我一步一步地遵循了 react-slick 的文档。
我安装了 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 一起使用
请问有什么建议吗?