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
Container.of used to accept instanceId of any. Now it only accepts string (see this commit: 511e37f). Shouldn't it also support Symbol or Token to prevent name clashes?
Proposed solution
Should be able to do Container.of(Symbol('my-container'))