Skip to content
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

Wrapper style cannot be set when using CSS modules #432

Closed
udovenko opened this issue Jun 26, 2017 · 1 comment
Closed

Wrapper style cannot be set when using CSS modules #432

udovenko opened this issue Jun 26, 2017 · 1 comment

Comments

@udovenko
Copy link

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.

@gpbl gpbl changed the title Wrapper style cannot be set when using a CSS Wrapper style cannot be set when using CSS modules Jun 26, 2017
@gpbl gpbl added the bug label Jun 26, 2017
@gpbl gpbl closed this as completed in #434 Jun 26, 2017
@gpbl
Copy link
Owner

gpbl commented Jun 26, 2017

Thanks for reporting this! Fixed in v6.04.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants