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
Describe the Bug
I've got two pages both containing a slider (if that's related no idea), when I navigate (goRoot) from the first one to the second one I face the following error
Uncaught TypeError: Cannot read property 'removeEventListener' of undefined
at t.disableDraggable (k2weomgc.js:5)
at t.destroy (k2weomgc.js:5)
at t.destroy (k2weomgc.js:5)
at k2weomgc.js:5
at Array.forEach ()
at k2weomgc.js:5
at Array.forEach ()
at t.push../node_modules/@ionic/core/dist/esm/es5/k2weomgc.js.h.emit (k2weomgc.js:5)
at t.destroy (k2weomgc.js:5)
at e.componentDidUnload (k2weomgc.js:5)
the first call of that stacktrace is the following:
d.touch||!d.pointerEvents&&!d.prefixedPointerEvents?(d.touch&&(a.removeEventListener(i.start,this.scrollbar.onDragStart,r),a.removeEventListener(i.move,this.scrollbar.onDragMove,r),a.removeEventListener(i.end,this.scrollbar.onDragEnd,o)), etc.
The text was updated successfully, but these errors were encountered:
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Ionic Info
@ionic/angular: "4.0.0-alpha.11"
Describe the Bug
I've got two pages both containing a slider (if that's related no idea), when I navigate (
goRoot
) from the first one to the second one I face the following errorthe first call of that stacktrace is the following:
the last one
The text was updated successfully, but these errors were encountered: