Maximum update depth exceeded: Agenda component
Receiving the following error whenever I use the agenda component in my app.
ERROR Warning: Error: 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.
I am getting this same error using expo.
Getting the exact same error using expo
Related to #2656
I also get this problem on Expo SDK v53 with new architecture, is there any solution to fix it? Thank you!
Also having this issue 👍
I'm facing the same issue
I think this PR aims to fix the issue. Hopefully it gets merged soon.
Facing the same issue.
Try this temp solution https://github.com/wix/react-native-calendars/pull/2664#issuecomment-2931525085
Use patch-package to apply this patch (version 1.1313.0):
react-native-calendars+1.1313.0.patch
It works!
I'm getting this error on the latest React Native 0.81.1