-
Notifications
You must be signed in to change notification settings - Fork 548
Closed
Labels
Description
Description
- Type: Bug | Question
So, im having trouble finding my errors in my components / jsx files, or if im messing up my routes or what not,

Heres an example of something that breaks, opening the console I see that it can't load/get the page, so I assume its a react-router issue, but im sure its not my routes, they havent changed it all, the console doesn't show me much, eslint app doesnt show me anything, maybe i'm missing a technology im not too familiar with in the stack?
Either way how do I go about finding/reproducing my errors, I don't want to look through every jsx file im sure there is some way to pin it down, to reproduce it I just npm installed -> Made error somewhere in code -> npm run clean -> npm run build -> npm run dev
Reactions are currently unavailable