You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Styles dont work when use next-routing in dev mode
Describe the bug
In the development mode, no styles are going to the components when navigating through links for components.
The style file in .next / statics / style.css does not update, when changing to another url
To Reproduce
use next-routing
use sass with css-modules
Start the server, move to a different page
The creation of the chunk for the page begins, but the styles will not be created for the page
Expected behavior
That when navigating through the URL in the development mode, css will be updated
Bug report
Styles dont work when use next-routing in dev mode
Describe the bug
In the development mode, no styles are going to the components when navigating through links for components.
The style file in .next / statics / style.css does not update, when changing to another url
To Reproduce
use next-routing
use sass with css-modules
Start the server, move to a different page
The creation of the chunk for the page begins, but the styles will not be created for the page
Expected behavior
That when navigating through the URL in the development mode, css will be updated
Screenshots
pic
System information
The text was updated successfully, but these errors were encountered: