ui icon indicating copy to clipboard operation
ui copied to clipboard

Library doesn't work in Next.js framework

Open andyesp opened this issue 3 years ago • 0 comments
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

andyesp avatar Oct 04 '22 16:10 andyesp