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
fix(ReactInstance): Set bridge instance before calling LoadScript (microsoft#745)
JavaScript may call native behaviors prior to the `_bridge` variable being set in `ReactInstance`, which would be invoked in the initial call to `FlushedQueue` following the call to run the bundle.
This change set ensures the `_bridge` is set before the bundle is loaded.
Fixesmicrosoft#744
0 commit comments