Fix Expo 53 compatibility and optimize <Agenda> refresh logic#2664
Fix Expo 53 compatibility and optimize <Agenda> refresh logic#2664edumana wants to merge 14 commits intowix:masterfrom
Conversation
|
Hi I upgraded to Expo 53, what can I do to prevent this bug until new version will release? @edumana |
|
hey @rom529 You can set your package.json to use this branch's build like so: package.json
|
|
This works for me on Expo 53. When could we expect an official release? |
|
Any estimate for when this will be merged? :) |
|
Does anyone know when will it be an offical release or will be merged? |
|
Using this did fix the error, but Agenda is now not showing up at all on screen. Not sure what to do from here. |
|
Hi Wix team - anything we can do to help get this branch tested and merged? |
|
+1 |
|
Still happening with latest 1.1313.0, this PR needs some attention please 🙏 |
|
any update on this? |
|
Any updates on when this could get into a release? |
|
Excuse, why not merge this PR? Maybe there is any problem or BUG? |
|
Sometimes the monthly scrolling list gets stuck and we can't go into like the day view. |
I also found the BUG, do you have resolved the problem? |
|
same issue on expo 53 |
|
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. |
|
same issue on 1.1314.0 |
Proposed Changes
Expo SDK 53 compatibility
Fixes a crash that surfaced as
Maximum update depth exceededwhen using<Agenda>in Expo 53.Reliable reservation refresh
<Agenda>now detects a newitemsreference and re‑renders the reservation data accordingly.Smoother updates in the underlying
FlatListReworked the update logic to avoid clearing and re‑setting state. This removes visual flicker and results in noticeably smoother scrolling.