haoxins / react-flatpickr

flatpickr for React
MIT License
598 stars 102 forks source link

do not warn when pass array of functions to hooks #78

Closed DimaRGB closed 5 years ago

DimaRGB commented 5 years ago

Hi 😀.

By documentation for each hook you can specify a single function or an array of functions.

Now I have warnings when passing an array of functions:

warnings

jacobmischka commented 5 years ago

Seems good to me :+1:, thanks!