react-dates
react-dates copied to clipboard
Not works with NextJs
./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
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