Is there an existing issue for this?
Code of Conduct
Question
Hello,
I'm using next-urql, which has ssr-prepass built in. After upgrading to React 19 and Next.js 15, I'm encountering an issue. According to an urql maintainer, this seems to be related to your library. Could you provide guidance on resolving this?
Thank you!
urql-graphql/urql#3732 (reply in thread)
Edit 1:
I tried some dummy examples on the latest react and next packages and I am still getting the same error
if (typeof window === 'undefined') {
// some dummy element (div) to run prepass on
const element = createElement('div');
await ssrPrepass(element);
}
Is there an existing issue for this?
Code of Conduct
Question
Hello,
I'm using
next-urql, which has ssr-prepass built in. After upgrading to React 19 and Next.js 15, I'm encountering an issue. According to anurqlmaintainer, this seems to be related to your library. Could you provide guidance on resolving this?Thank you!
urql-graphql/urql#3732 (reply in thread)
Edit 1:
I tried some dummy examples on the latest react and next packages and I am still getting the same error