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
Without this change, Next.js latest fails to compile and complains with:
```
./node_modules/@react-spectrum/table/dist/main.css
Global CSS cannot be imported from within node_modules.
Read more: https://nextjs.org/docs/messages/css-npm
Location: node_modules/@react-spectrum/table/dist/module.js
```
NB: In the future, it might be nice to template this section in the doc
to automatically include the requisite imports, but I'm not familiar
enough with this project, nor Next, nor MDX to make that change at the
moment.
0 commit comments