-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
datepicker styles are not loaded - class="undefined" #38
Comments
I've figured out that styles are loaded correctly in |
you can use this package instead |
Fix it like this:
|
@basir |
const styles= { |
i complete @asiye comment : |
There seems to be some issue with loading css modules. I'm importing
react-persian-datepicker
as follows:and I'm using
<DatePicker/>
is my component.I'm also using
css-loader
andstyle-loader
as stated in the docs:my webpack config
module
section:Any idea how to fix this?
The text was updated successfully, but these errors were encountered: