❔ Question
Next.js does not support importing of CSS from node_modules, is there a workaround for getting Spectrum and Next.js to play together?
🔦 Context
I just created an empty Next.js project and tried to import @adobe/react-spectrum but it complains with the following error:
error - ./node_modules/@react-aria/visually-hidden/dist/main.css
Global CSS cannot be imported from within node_modules.
Read more: https://err.sh/next.js/css-npm
Location: node_modules/@react-aria/visually-hidden/dist/module.js
💻 Code Sample
Empty Next.js project with the example from Spectrum Getting started in pages/index.js
❔ Question
Next.js does not support importing of CSS from
node_modules, is there a workaround for getting Spectrum and Next.js to play together?🔦 Context
I just created an empty Next.js project and tried to import @adobe/react-spectrum but it complains with the following error:
💻 Code Sample
Empty Next.js project with the example from Spectrum Getting started in
pages/index.js