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
{{ message }}
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.
Try sticking a print statement in right before the exception is thrown, and seeing what sort of object this._subscriptions[name] is. Seems like it should be something with a dispose, but it isn't. Then track backwards to see how the wrong sort of object got stuck into this._subscriptions
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Well
When delete or unmount the
Component
is showthis._subscriptions[name].dispose is not a function
. And NEVER give the data.The text was updated successfully, but these errors were encountered: