RangeError: Maximum call stack size exceeded React Native #1882
Unanswered
softshipper
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
-
Hi all
I use https://formidable.com/open-source/urql/ for fetching data from GraphQL server in React Native.
The component is implemented as follows:
When running the app, the query works as expected and I receive data from GraphQL server.
However, the console shows error messages:
I use expo version ^42.0.0.
I also tried to omit graphql query as follows:
and the error messages do not appear anymore.
What am I doing wrong?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions