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
If you have a superclass with arguments in its constructor, and if the subclass tries to pass in those arguments via super, then this currently fails in the SSR compiler. The reason is that the SSR compiler overwrites the constructor's args with its own propsAvailableAtConstruction object.
If you have a superclass with arguments in its
constructor
, and if the subclass tries to pass in those arguments viasuper
, then this currently fails in the SSR compiler. The reason is that the SSR compiler overwrites the constructor's args with its ownpropsAvailableAtConstruction
object.See #5076
The text was updated successfully, but these errors were encountered: