You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.
Hello Devs.
I'm catch error when a import this module in my app component.
[App.tsx]
this is my package.json
[package.json]
I managed to fix this error by migrating the route config to a file called routes.js, it seems that the problem happens only in tsx | ts extensions!
after migrating the route settings, it looked like this:
[routes.js]
and in my App.tsx file, it looked like this:
[App.tsx]
I hope I have helped in some way. 😄
The text was updated successfully, but these errors were encountered: