-
I'm trying to test out themeing, but I'm getting stuck at the very beginning. I've tried this in CodeSandbox and locally with no luck. I've got a basic theme.js file to setup the theme but I get "Could not find module in path: '@react-types/provider' relative to '/src/theme.js'" even though I'm absolutely positive it's installed. Is there something I'm missing here? https://codesandbox.io/s/testing-adobe-theme-tz535?file=/src/theme.js |
Beta Was this translation helpful? Give feedback.
Answered by
sdzaveri
Apr 7, 2021
Replies: 1 comment
-
Just realized I didn't have my create-react-app setup with typescript 🤦 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sdzaveri
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just realized I didn't have my create-react-app setup with typescript 🤦