You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of this #14092 integration I added an override to the disableEventLoopOnBridgeless featureflag to unblock integrations. But we should ensure that we have the changes needed to enable the eventloop on bridgeless going forward.
The text was updated successfully, but these errors were encountered:
Feature flags were broken, and that's now fixed. But this functionality which is a big change to how event loops work is disabled (unlike in core where it is on). Turning this on requires an updated version of Hermes and also implementing the microtask stuff in the Windows runtime. Risk of not addressing this soonish is that the old functionality will go away at some point, and also RNW would be running in a different way from core.
As part of this #14092 integration I added an override to the disableEventLoopOnBridgeless featureflag to unblock integrations. But we should ensure that we have the changes needed to enable the eventloop on bridgeless going forward.
The text was updated successfully, but these errors were encountered: