react-snap
react-snap copied to clipboard
It is not rendering my css file on my 404 page
Bug Report
I have 404 page in my react Js app
My App.js
...
<Routes>
{/* ....*/}
<Route path="/" element={<Home />} />
{/*....*\}
<Route path="*" element={<PageNotFound />} />
</Routes>
...
When I am hitting my localhost domain - http:localhost:3000/imdb/asfsdsdsdsdds
This is rendering html but not loading css!
I'm building project by following commands
npm run build
Hello, maybe this article will solve your problem. https://www.joshwcomeau.com/react/the-perils-of-rehydration/