Replies: 1 comment
-
Here is a simple online example for your reference, |
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
-
I feel like I must be missing something really obvious here, but I can't seem to use
<GeistProvider>
at all.As soon as I add it to even the most basic boilerplate app, I get an
Uncaught Error: Invalid hook call.
error.The
<App {...appProps} />
here is a more or less empty boilerplate that works perfectly until it's wrapped in<GeistProvider>
.The above error occurred in the <GeistProvider> component: GeistProvider@https://localhost:8000/index.js:6902:16
Versions:
Beta Was this translation helpful? Give feedback.
All reactions