tomgreeEn
tomgreeEn
Also having this issue with 13.0.2 Production Builds using getStaticProps are failing on Vercel are failing with the error: ``` TypeError: Cannot read properties of undefined (reading 'getInitialProps') -- 17:47:51.855...
> Also having this issue with 13.0.2 > > Production Builds using getStaticProps are failing on Vercel are failing with the error: > > ``` > TypeError: Cannot read properties...
> > Also having this issue with 13.0.2 > > Production Builds using getStaticProps are failing on Vercel are failing with the error: > > ``` > > TypeError: Cannot...
I have a `ServerSideThemeWrapper` wrapping everything in the [domain] route, which has access to the relevant Site, from which I pass the theme props. Using shadcn/ui: ``` export function ServersideThemeWrapper({...
On further inspection, the issue is not specific to this plugin - closing issue
Further investigation confirms this is not specific to contentNodes and is reproducible using only wp-graphql & wp-graphql-tax-query with the updated query: ``` query MyQuery($taxArray: [RootQueryToPostConnectionWhereArgsTaxArray]!) { posts(where: {taxQuery: {relation: AND,...
This solution [from the Radix repo](https://github.com/radix-ui/primitives/discussions/560#discussioncomment-11610105) works for me. Create a DataStateInterpreter wrapper which correctly passes the state to the underlying element: ```tsx import { forwardRef, type ComponentProps, type ElementType...