-
Hi! I want to create a web app (ofc) where we can switch the themes with a switch (like in https://reactnative.dev/) I decided to use this boilerplate-cra template and started by just creating a "test" app and keeping the code there, next to it I created a "test-app", cleaned and copied the "styles" and "utils" folder so I can start already with the same themes, I run "yarn start" and I get the following error:
to replicate, I just did the following commands:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Sorry I cant help you like this. Its a typescript error which means you are missing something. My guess you didn't carry rootState.ts so type cannot be resolved. Give it a try and let me know? |
Beta Was this translation helpful? Give feedback.
Sorry I cant help you like this. Its a typescript error which means you are missing something. My guess you didn't carry rootState.ts so type cannot be resolved. Give it a try and let me know?