ui
ui copied to clipboard
Library doesn't work in Next.js framework
trafficstars
🎉 Description
- [ ] 🐛 This is a bug report.
- [x] 📈 This is a feature request.
📝 Details
Importing library doesn't work in Next.js as this framework does not support third party libraries requiring css from node_modules. Compiled components from decentraland/ui should not require CSS files.
🔢 Steps To Reproduce Issue [ Good To Have ]
- Create NextJS project
- Install decentraland-ui
npm install --save decentraland-ui - Import component from decentraland-ui.
- Run project