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
Because both v2 and compatibility uses the same factory class for entities it's not fixable.
alt.*.create calls constructor with no args internally to create the object.
There is no sane way to check if the constructor is called using alt.*.create or new alt.*, hence we don't know if the constructor was called internally when using alt.*.create or if it was called directly using new alt.*.
The text was updated successfully, but these errors were encountered: