preactjs / preact-compat

ATTENTION: The React compatibility layer for Preact has moved to the main preact repo.
http://npm.im/preact-compat
MIT License
950 stars 148 forks source link

Failed prop type unknown props found: children #507

Closed tuananh closed 5 years ago

tuananh commented 5 years ago

I'm having a bunch of error in development mode

Failed prop type: DayPickerKeyboardShortcuts: unknown props found: children

I'm using react-dates by the way.

marvinhagemeister commented 5 years ago

Do you have a sample snippet/repo where the bug is reproducible?