-
Notifications
You must be signed in to change notification settings - Fork 3k
Expo SDK 53 breaks agenda #2656
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
Comments
Expo 53 uses RN 0.79. Agenda started behaving erratic for us when we updated to RN 0.76. RN 0.75 worked fine as far as I know together with Agenda. |
I am having the same problem here |
Any update? |
I guess it has the same cause and fix as #2610 |
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
with new expo version Agenda is no longer working. Calendar components do work, from my minimal testing, it's Agenda and its throwing:
Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.
Probably related to the fact that Expo 53 updated to React19, but just reporting the issue and wondering whether maintainers are aware and planning to fix? Or am I missing something dumb, easy, but essential? Not adding any example code, since even basic is causing that error, where items are taken from given example in docs.
Thanks.
The text was updated successfully, but these errors were encountered: