We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
用了react-keeper,页面中一使用react-hook就会报错
Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
将react-keeper改回react-router-dom就能正常运行
打算在项目中使用react-keeper,如果不兼容hook就白白浪费了这么好用的插件
The text was updated successfully, but these errors were encountered:
同样的问题,react-keeper无法使用react-hooks,哎,挺伤心的
Sorry, something went wrong.
感觉大家可以共建啊,改它代码然后提PR。看react-keeper代码,现在支持插件化开发方式,代码阅读起来也比较容易。
这个库挺好的,但是不支持react-hooks写法,限制了很多场景,作者能支持下吗
mark
No branches or pull requests
用了react-keeper,页面中一使用react-hook就会报错
Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
See https://fb.me/react-invalid-hook-call for tips about how to debug and fix this problem.
将react-keeper改回react-router-dom就能正常运行
打算在项目中使用react-keeper,如果不兼容hook就白白浪费了这么好用的插件
The text was updated successfully, but these errors were encountered: