Jeff Everhart
Jeff Everhart
@Fran-A-Dev and I experienced this behavior as well when using redirect-based auth to answer a question in Discord as an FYI
You are absolutely right @theodesp about the breaking change. I thought about that right after I posted this comment. And I wasn't aware that it had other uses, so that...
Ahh, interesting, I'm sure you already got here, but it looks like the menu rerenders after the first click and does not make the clones. A workaround in the meantime...
@andreitrinidad here is a quick gist. Basically, add the template using the right naming convention and then register it in `wp-templates/index.js`: https://gist.github.com/JEverhart383/48da4682e6125525570cbaec66c41539
@jason-alley there are some folks of working to add support for side editor elements to WPGraphQL, but it's still pretty early. They are just taking the beta label off the...
@dimitarvalkov Are you using a particular plugin for the multilingual functionality? I've made multilingual menus before with a WPGraphQL extension for Polylang
@zakirsajib @djmtype can yall try replacing the home page query with something that looks like this? As long as the page is set to display as home, it should be...
Thanks for writing this issue. The default term query only returns ten items unless we specify another number, kind of like you did in your example. I was able to...
Thanks for opening this issue. The type error here is because the Astro starter expects some data from WPGraphQL to be available and it's undefined. Is there any additional output...
I actually started to get the first error in this issue, and it was because I had more terms than I could fetch in the GraphQL query. So, if I...