-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
excludScrollbar an optional property #4922
Comments
@lordenas When reproducing it at hand, I forked codesandbox, but the type error is not occurring for some reason. Would bringing ts up to date improve this? |
|
I created a PR for type modification. |
Describe the bug
excludeScrollbar - should be an optional property in DatePickerProps
To Reproduce
https://codesandbox.io/p/sandbox/datepickerprops-92df8r?file=%2Fsrc%2FApp.tsx
I want to make a wrapper for a component. To pass all its properties I use DatePickerProps from the react-datepicker import.
But the excludeScrollbar property should be an optional property
Expected behavior
excludeScrollbar - should be an optional property in DatePickerProps
The text was updated successfully, but these errors were encountered: