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
When extending a class, which was imported and aliased, in a class expression, using the same name, there will be a name clash after bundeling.
This will throw a ReferenceError: Cannot access 'ClassName' before initialization at runtime, every time the class expression gets executed.