OMikkel / tailwind-datepicker-react

A tailwindcss/flowbite datepicker component built as a react component with types
https://omikkel.github.io/tailwind-datepicker-react/
MIT License
160 stars 68 forks source link

fix: children was converted to obj before render #14

Closed caferelgin closed 1 year ago

caferelgin commented 1 year ago

I discovered that while trying Advanced - Custom input field example, the children was converted to object before rendering causing error. I fixed it removing curly braces around children node.

OMikkel commented 1 year ago

Looks good I will merge this PR and create a new release for npm