You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs or questions.
lockbot
locked as resolved and limited conversation to collaborators
Jan 14, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
How to reproduce
Wrap your react native function component with
observer
and refresh twice, the first refresh doesn't break it but following refresh does.Erorr is -> Invariant Violation: Rendered fewer hooks than expected. This may be caused by an accidental early return statement.
If I remove the observer it'll refresh without a problem, so I think this issue deserves to be here rather than on React-Native project.
The text was updated successfully, but these errors were encountered: