I have a little problem, a little "classic" question, but I can't find an answer to this one...
Let me explain. When I have a page with a modal component, and when I just want to refresh the page of my browser, the page refreshes but I lose all my style...
Could you explain why?
Before refreshing
After refreshment
Regards, Christophe
Resolved, the problem was with the css call on public/index.html
Not working
<link rel="stylesheet" href="css/all.css">
Working
<link rel="stylesheet" href="/css/all.css">