Skip to content

Fix: Adjenda crash in RN 0.78.0#2622

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

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

Conversation

@dmohler20
Copy link
Copy Markdown

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
Copy Markdown

this fix to me

@emmanuel-bonin
Copy link
Copy Markdown

Same here, it fixes the issue when applying this modification

Copy link
Copy Markdown

@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
Copy Markdown

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
Copy Markdown

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) {
Copy link
Copy Markdown

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
Copy Markdown

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
@stale stale Bot closed this Mar 8, 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