You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
react team warned to never use this on production and now in react 19 they removed ReactCurrentDispatcher from the internals which react-ssr-prepass heavily depends on it
Yeah, I get it. The sad part is that our entire codebase was originally built around it by the devs before me. I went ahead and did the necessary refactor
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 anurql
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
The text was updated successfully, but these errors were encountered: