-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WeakRef support #741
Comments
Thanks for flagging this. Let's keep the conversation on: The Hermes team is aware of this + we'll have to do some integration work on the React Native side. This is currently under our radar but we don't have an ETA |
@cortinico The linked issue has been closed:
I couldn't find any open issues regarding RN support of WeakRefs. |
@cortinico Yes, please re-open this issue, so that we can follow the progress! |
+1 - Please re-open the issue |
I've opened this one to keep the conversation going: |
Introduction
Hermes has support for
WeakRefs
, but it seems it's not enabled for React Native.Details
From facebook/hermes#658 and facebook/hermes#1195, it seems that this requires action on the React Native side (enabling the
microtask-queue
flag for Hermes and then routinely callingdrainMicrotasks
).Discussion points
Is there a reason why
microtask-queue
is not enabled, and could it be enabled?The text was updated successfully, but these errors were encountered: