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
Make sure the same sandbox class and sandbox globals are used during reloads
When reloading the app (for exampel during rebuilds), we need to make sure we use the same sandbox class and the same set of sandboxGlobals that were used to initial creation of AppInstance.
Discovered this while working on the serve refactor in ember-cli-fastboot.
0 commit comments