Bug: _onEventPress missing packedEvents in dependency array
Hello,
The _onEventPress callback is missing packedEvents in its dependency array. As a result, whenever packedEvents is updated, the memoized function reference is not refreshed. This leads to onEventPress being invoked with an outdated or unexpected event parameter.
Including packedEvents in the dependencies should ensure the callback receives the correct event data after updates.