kush-agra / react-horizontal-datepicker

React Horizontal Date Picker
MIT License
29 stars 34 forks source link

Next JS issue: CSS Modules Imported by a Dependency #8

Open adomrockie opened 4 years ago

adomrockie commented 4 years ago

Thanks for this module but NextJS is complaining whiles compiling with this error below

CSS Modules Imported by a Dependency

Why This Error Occurred One of your dependencies (node_modules) imports a CSS Modules file.

This normally happens when a package's source files are accidentally consumed, instead of the built package.

Possible Ways to Fix It Reach out to the maintainer and ask for them to publish a compiled version of their dependency.

Compiled dependencies do not have references to CSS Module files, or any other files that require bundler-specific integrations.

The dependency should also provide instructions about what CSS needs to be imported by you, in your application.

kush-agra commented 4 years ago

Will check and fix thank you

7s4r commented 3 years ago

@kush-agra any update on this issue?