podefr / react-debounce-render

A React higher order component to debounce the rendering of your React components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React 16

TheSharpieOne opened this issue · comments

Please support react 16 in your package.json. You also might want to consider moving react to a peerDependency.

thanks @TheSharpieOne for the suggestion. I moved react to the peerDependencies and I'm allowing versions greater than 15, so 16 is now supported. I published v4.0.0 to npm, let me know if it addresses your issue. Thanks!

Awesome, works great. Thanks!