-
Notifications
You must be signed in to change notification settings - Fork 232
fix: ReactHooksRenderer renderHook was not expecting arguments #526
New issue
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
Conversation
I tried this in my own project and got lots or warnings about this.
Codecov Report
@@ Coverage Diff @@ ## beta #526 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 12 12 Lines 186 186 Branches 27 27 ========================================= Hits 186 186
Continue to review full report at Codecov.
|
🎉 This PR is included in version 5.0.0-beta.3 🎉
The release is available on:
Your semantic-release bot 📦🚀
What:
ReactHooksRenderer was not expecting arguments due to
src/pure
missing those args in therenderhook
functionWhy:
fixes TS errors
How:
Checklist: