Can I upgrade to React 19 while still using withUrqlClient
from next-urql
and the Pages router?
#3732
Unanswered
KaranUpamanyu
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a fairly large repo and don't have a good enough reason to migrate from the Pages router to the App router. I'm on React 18.2 and I'm looking to upgrade to React 19 + NextJS 15.
I'm facing issues running my setup because
next-urql
(which was archived almost 5 years ago) has a dependency on an older version ofreact-ssr-prepass
, which isn't compatible with React 19.Beta Was this translation helpful? Give feedback.
All reactions