Commit Graph

1 Commits

Author SHA1 Message Date
Tomek Zawadzki 2777647baa Patch react-native-worklets to fix web scheduleOnUI on errors
Backports software-mansion/react-native-reanimated#10167. On web, a
throwing worklet used to abort the whole per-frame batch via
queue.forEach, silently dropping every callback queued after it and
surfacing as "can't access property 'startTime',
this.frameCallbackRegistry.get(...) is undefined". The batch runner
now continues past a failed callback instead.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-07 12:20:53 +02:00