Replies: 1 comment 1 reply
-
Can you share a CodeSandbox or GitHub repo? I'm not able to reproduce, but happy to take a look. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, a friend pointed me towards this library and I tried to use it, but I'm having trouble setting things up. Here's my code:
Basically the only changes I made from the boilerplate were to wrap the App in a object and pass in a client from createClient(). However, when I try to load this on the dev server, I get the following error:
This off a fresh install of create-react-app and just a few lines of code that I've copied and pasted from the getting started docs. Am I setting things up wrong? Is there a chance that the Provider is incorrectly injected in the latest version?
Beta Was this translation helpful? Give feedback.
All reactions