Replies: 2 comments
-
I ran some additional checks and realized that versions between 2.2.0 and 2.2.2 show no signs of console errors. So in summary:
Anybody have an idea of what might be causing this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Seems to be resolved by #3769 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After upgrading React to version 19, the console started filling up with the errors like you see below, that weren't there on v 18.x. They only happen on pages using urql's

useQuery
.After some investigation, I noticed that they are gone after downgrading urql to version 2.0.6. Anything higher than that and the errors are back again. This leads me to believe that the introduction of
use-sync-external-store
in 2.1.0 is the culprit here.Does anybody know of a way to get rid of these errors without downgrading urql?
Beta Was this translation helpful? Give feedback.
All reactions