react-dates icon indicating copy to clipboard operation
react-dates copied to clipboard

Not works with NextJs

Open aazcast opened this issue 3 years ago • 1 comments

./node_modules/react-day-picker/lib/style.css Global CSS cannot be imported from within node_modules. Read more: https://nextjs.org/docs/messages/css-npm Location: node_modules/@opuscapita/react-dates/lib/index.js

aazcast avatar May 21 '21 22:05 aazcast

I created a nextjs package next-remove-imports to solve the problem. Best solution :)

Example: https://codesandbox.io/s/nextjs-example-react-md-editor-qjhn7?file=/pages/index.js

@aazcast

jaywcjlove avatar May 28 '21 01:05 jaywcjlove