Skip to content

Fix: Adjenda crash in RN 0.78.0#2622

Open
dmohler20 wants to merge 1 commit intowix:masterfrom
dmohler20:master
Open

Fix: Adjenda crash in RN 0.78.0#2622
dmohler20 wants to merge 1 commit intowix:masterfrom
dmohler20:master

Conversation

@dmohler20
Copy link

This fixes the Error: Maximum update depth exceeded error that occurs on the agenda in RN 0.78.0, but checking to see if a re render is necessary before doing so.

@luisreiskeys
Copy link

this fix to me

@emmanuel-bonin
Copy link

Same here, it fixes the issue when applying this modification

Copy link

@NiharR27 NiharR27 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works after the above. cc @Inbal-Tish 🙏🏽

@redsniper90
Copy link

I hope you merge this asap....honestly, 1 month for a simple fix that prevents many to fully use this library is a lil bit too much...

@felipematheusmello
Copy link

It worked for me on Android. Checking for IOS and I'll return a feedback for you( Thanks a lot)

}

updateReservations(props: ReservationListProps) {
updateReservations(props: ReservationListProps, prevProps: ReservationListProps) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you need to pass the prevProps here if it is not used at updateReservations?

@stale
Copy link

stale bot commented Feb 4, 2026

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Feb 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants