问题 I am working on a simple NextJS app, but I am having trouble with component level styling using SASS/SCSS. Everything looks fine when the user first lands on the page, but when the user navigates to a page /about for example or from /about to / , the component styles didn't get render, the user needs to refresh the page to see the styles 🤔 ⚙️ SETTINGS ./package.json "dependencies": { "@zeit/next-css": "1.0.1", "@zeit/next-sass": "1.0.1", "autoprefixer": "^9.7.0", "next": "^9.3.1", "node-sass"