-
I'm running urql within my application, and occasionally this error pops up and crashes my app running locally:
I've already reached out to wonka (0no-co/wonka#112) and it suggests that it could lie with the urql library Any help would be greatly appreciated, as it is causing a bad developer experience Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 2 replies
-
This still applis here, as the information provided is simply a symptom but no additional information on your setup. So, we can only speculate, but you should check using That said, since the stack trace isn't useful to us without versions, the code itself, lines resolved, etc; in other words, without seeing where this error occurs, we can't actually make any other assumptions or suggestions for the time being. |
Beta Was this translation helpful? Give feedback.
-
Hi @kitten Here's the output of the commands mentioned above:
|
Beta Was this translation helpful? Give feedback.
-
If you're using the same with npm can you run |
Beta Was this translation helpful? Give feedback.
-
Sure
|
Beta Was this translation helpful? Give feedback.
-
Alright, without code I can't really pinpoint this now, since the dependencies look fine, but this feels like you've got something in your |
Beta Was this translation helpful? Give feedback.
-
Here's a snippet
|
Beta Was this translation helpful? Give feedback.
-
What's the |
Beta Was this translation helpful? Give feedback.
-
Sorry, please see below
|
Beta Was this translation helpful? Give feedback.
This still applis here, as the information provided is simply a symptom but no additional information on your setup. So, we can only speculate, but you should check using
yarn list --pattern urql
andyarn list --pattern wonka
(or the equivalent innpm
if you're using that instead) what the installed packages look like, whether you have any duplicates, and whether any package isn't complying to the dependency tree as expected.That said, since the stack trace isn't useful to us without versions, the code itself, lines resolved, etc; in other words, without seeing where this error occurs, we can't actually make any other assumptions or sug…