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
The recent update to the example legacy bridge code (99eecb6) now runs the legacy script inside a method which breaks the distinction between the two methods of migrating. In particular the main benefit of the legacy bridge over the legacy loader in the text is "since the old script is called in the global variable scope it will reduce side effects on the old code which can sometimes require variables from the global scope". This is no longer the case and it's now difficult to see much benefit of the legacy bridge method.