Konstantin D.
Results
1
issues of
Konstantin D.
ReanimatedError: Trying to access property `_id` of an object which cannot be sent to the UI runtime
A `ReanimatedError` was being thrown in `MessageContainer/renderCell` because we were accessing `props.item._id`—a non-serializable JavaScript object property—directly inside a Reanimated worklet (`daysPositions.modify`). Reanimated worklets run on a separate UI thread and...