Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Typescript 2 types with react-router, cannot find name path, component

Screenshots kind of speak for themselves, first this is my routes file where the problem occur, you can see the unused import and path and component not being found.

enter image description here

Here is my package.json with the types dependencies and the @types in the node_modules folder.

enter image description here

Finally, my configs

enter image description here enter image description here

I cannot get where is the problem here, anyone got something similar?

Note that I've been able to use <Router history={browserHistory} routes={routes} /> and react and redux object in the app without problems.

like image 848
Benoit Avatar asked Oct 27 '25 10:10

Benoit


1 Answers

Your routes file has a .ts extension but should be .tsx if it contains JSX.

like image 116
Joeri Sebrechts Avatar answered Oct 28 '25 23:10

Joeri Sebrechts



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!