ndresx / react-countdown

A customizable countdown component for React.
MIT License
748 stars 69 forks source link

Render renderer as component #184

Closed Kumagor0 closed 2 years ago

Kumagor0 commented 2 years ago

Fixes hook calls in renderer by calling React.createElement(renderer, renderProps) instead of renderer() (which causes "Hook call outside of function component error" if renderer function calls any hooks).