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
I’m somewhat averse to error messages because the error should be pretty obvious from the stack trace, and debuggers are far more effective at debugging than reading error messages. But, okay.
Using
.on
to listen to an event that doesn't exist triggers an error ond3-dispatch/src/dispatch.js
Line 19 in b2944af
Possible solutions:
parseTypenames
filters out undefined event typesThe text was updated successfully, but these errors were encountered: