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
About 4 months ago a PR landed in React Native hinting that this might have been solved by enabling the Hermes microtask queue when bridgeless is enabled: facebook/react-native#43396. My initial (limited) investigation wasn't able to confirm this though (see my comments on the PR).
BridgelessReactContext: [WARNING] Bridgeless doesn't support CatalystInstance. Accessing an API that's not part of the new architecture is not encouraged usage.
I see a few ways forward:
Trigger a flush of the microtask queue in another way, likely through JSI's drainMicrotasks
Create a minimal reproduction for React Native to reproduce and fix the underlying issue.
The text was updated successfully, but these errors were encountered:
About two years ago we merged a few PRs (#4725, #4579 and #4389) working around this issue in React Native: facebook/react-native#33006.
About 4 months ago a PR landed in React Native hinting that this might have been solved by enabling the Hermes microtask queue when bridgeless is enabled: facebook/react-native#43396. My initial (limited) investigation wasn't able to confirm this though (see my comments on the PR).
Our current workaround triggers this warning in React Native's
BridgelessReactContext
:I see a few ways forward:
drainMicrotasks
The text was updated successfully, but these errors were encountered: