Closed
Description
Description
It looks like ReactNative 0.73 took a build of hermes from September 2023. The WeakMap memory leak was fixed in November. facebook/hermes@e7b2abe
Would it be possible to get a minor version / hotfix built of 0.73 to include that fix? Right now, our choices are to patch and host a custom hermes ourselves or to continue to call GC manually to work around the issue.
Steps to reproduce
React Native Version
0.73.0
Affected Platforms
Runtime - Android, Runtime - iOS
Output of npx react-native info
N/A
Stacktrace or Logs
N/A
Reproducer
Screenshots and Videos
No response