podefr/react-debounce-render

React 16

TheSharpieOne opened this issue · 3 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!

Thanks!