CSS dropping on navigation to nested [id] route
I am navigating using <A> and my css drops. It only drops if I navigate to the route, if I am at the route and do a hard refresh the css loads fine.
Not sure what is causing it there are no error messages anywhere I have tried it on all browsers same behavior.
1 Reply
it is my app.css file, could it be because some weird suspense behavior?
Figured it out, if you are importing 1 css file to multple locations it causes this, fixed