我一步一步地遵循了反应光滑的文档。
我同时安装了react-slick和slick-carousel,但是每当导入CSS时,我总是会收到此错误Module not found: Can't resolve '~slick-carousel/slick/slick-theme.css'
此错误Global CSS cannot be imported from files other than your Custom <App>. Please move all global CSS imports to src/pages/_app.js. Or convert the import to Component-Level CSS (CSS Modules)
我正在将Reactjs与nextJS一起使用
有什么建议吗?