xnimorz/use-debounce

React version on peer dependencies is 16.6.0

Closed this issue · 1 comments

lemol commented

Is this intentional or it have to be "^16.7.0-alpha.0"?

"react": ">=16.6.0",

Hello, @lemol
Thank you for the issue.
Yes, it has to be "^16.7.0-alpha.0", because react hooks are defined only in this version.
I'll fix it a bit later.