We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Wrapper style cannot be set when using a CSS module despite upgrade notes https://github.com/gpbl/react-day-picker/blob/master/CHANGELOG.md#v600-2017-06-16.
DayPicker component is not picking wrapper style up from props (https://github.com/gpbl/react-day-picker/blob/master/src/DayPicker.js#L507) as it's doing for container props (https://github.com/gpbl/react-day-picker/blob/master/src/DayPicker.js#L489). So wrapper allways have class DayPicker-wrapper and no styles can be set form CSS module.
DayPicker-wrapper
The text was updated successfully, but these errors were encountered:
Thanks for reporting this! Fixed in v6.04.
Sorry, something went wrong.
No branches or pull requests
Wrapper style cannot be set when using a CSS module despite upgrade notes https://github.com/gpbl/react-day-picker/blob/master/CHANGELOG.md#v600-2017-06-16.
DayPicker component is not picking wrapper style up from props (https://github.com/gpbl/react-day-picker/blob/master/src/DayPicker.js#L507) as it's doing for container props (https://github.com/gpbl/react-day-picker/blob/master/src/DayPicker.js#L489). So wrapper allways have class
DayPicker-wrapper
and no styles can be set form CSS module.The text was updated successfully, but these errors were encountered: