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
There's something going wrong with the constructor of the class returned by createIsomophicEventClass() once compiled. The constructor of the base class BaseEvent sets the .data property, but somehow this is still undefined on the resulting event instance.
There's something going wrong with the constructor of the class returned by
createIsomophicEventClass()
once compiled. The constructor of the base classBaseEvent
sets the.data
property, but somehow this is stillundefined
on the resulting event instance.Added failing test to branch bug-isomorphic-event-data
The text was updated successfully, but these errors were encountered: