In this article
What's changed
- Recreating the React instance on Android while animations were running could crash, because
AnimationFrameQueuekept delivering frames afterWorkletsModulehad been invalidated. The queue now stops scheduling and dispatching once it is invalidated. (#10278 by @shubhamdeol) - Serializing an object with a
__proto__key crashed. The key is now defined as an own data property on the clone instead of being assigned, so it no longer triggers prototype mutation. (#10451 by @tshmieldev) - In development builds,
setBlockingleft a Synchronizable locked forever when the updater function or the serializer threw. The lock is now released on the way out. (#10331 by @tjzel)
Full changelog: worklets-0.12.1...worklets-0.12.2
Release card