<GeistProvider /> tag cannot be used with react-redux <Provider> tag? #512
Answered
by
schwarzsky
schwarzsky
asked this question in
Q&A
-
This is the App.js i've been working.
This is the index.js
I tried use it on outside of tag, inside of tag but nothing changes. I get an error like |
Beta Was this translation helpful? Give feedback.
Answered by
schwarzsky
Apr 19, 2021
Replies: 2 comments 10 replies
-
Works for me though @schwarzsky try this repo I just created. |
Beta Was this translation helpful? Give feedback.
9 replies
-
Problem was solved with using |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
schwarzsky
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem was solved with using
npm remove @geist-ui/react
and installed withyarn add @geist-ui/react
. Thanks all. <3