-
Notifications
You must be signed in to change notification settings - Fork 110
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
React hooks #112
Comments
It works with hooks. |
@bcherny is this answer correct? I'm getting the mismatched component error even though my functional component with hooks is not a child of any class components:
|
I am also receiving the error above when trying to use hooks. I am using them within a functional component in the same way that I use them in a none react2angular React component, and that is working fine. |
I am also receiving the error above when trying to use hooks. |
We are using react inside angularjs for now without a problem. Including functional components. Not sure what we did back then when we received the error but it works now. function TopLevelReact |
If I use React hooks with a React.useState is this package expected to work with that?
Thank you.
The text was updated successfully, but these errors were encountered: