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
Somehow, with css modules, the module.hot.dispose callback is not being fired. I am fixing this manually by adding the following snippet to the _app.js:
I have an issue with Next.JS + css modules.
Somehow, with css modules, the
module.hot.dispose
callback is not being fired. I am fixing this manually by adding the following snippet to the_app.js
:Any ideas why?
The text was updated successfully, but these errors were encountered: