Lars Ejaas
Lars Ejaas
I have read different posts on this and am still unsure of the desired behavior here. I have an SPA where things like header and footer are persistent across all...
I get the same bug. However, if (referring to the above example) I would use the `StyledIconButton` directly in the component with polymorphism aka the `as` prop - it works...
> @crtl This is not a bug, just a misunderstanding of how styled components works. > > When you pass `as` you're overriding the wrapped component, replacing it entirely. If...
Hi @SanjayGitHub00 and @ imranhsayed I am far from an expert in graphql queries, but I do not understand the last few lines in the get-menus.js file? ``` export const...
> `loadLocaleFrom` Definitely not an expert here @rolandjlevy, but I think you are close with the middleware. Have you tried simply making a redirect in the last line instead? So:...
Unfortunately, I am experiencing the same issue. I have tested with: - WPGraphQL Version 1.13.7 - WP GraphQL Gutenberg Version 0.4.1 - WordPress Version 6.1.1
> I've improved @maximilliangeorge code, this way I was able to solve all my problems. To make this work you have to query using NodeByUri and pass the URL **always**...
I am experiencing the same issue with an ESM node_module causing Jest errors in v.13.4.1 and ended up downgrading to v.13.2.3. Tried different combinations of `transpilePackages` in `next.config.mjs` and `transformIgnorePatterns`...
You probably already solved this issue or found another solution instead. But these are the settings that work for me in development AND production: Go to GraphQL > settings >...
This is a major pain when working with something like GraphQL Codegen for TypeScript types. I see this problem in several places throughout the attributes for the Core blocks: ###...