-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot read property 'isDragging' of undefined #55
Comments
@klochko7 Try to get the code from this repository. Do you face the same problem? |
@klochko7 Facing the same issue under angular 8 and the latest version available in npm. |
@jarnstadt Are you using any conditional statement on the img tag? |
@kaustubhnj yes I do. |
@jarnstadt Worked for me. |
I have no condition and this problem is still arising. Instead of img, I have div tag inside pinch-zoom with hidden attribute and ngfor directive. I tried to move them to pinch zoom and it disappeared.
|
Good day! I install [email protected] to my Ionic 5.1.1 project and see such error Cannot read property 'isDragging' of undefined.
main-es2015.37eb728e495d1fcd6056.js:1 ERROR TypeError: Cannot read property 'isDragging' of undefined
at a.get isDragging [as isDragging] (main-es2015.37eb728e495d1fcd6056.js:1)
at Object.updateRenderer (main-es2015.37eb728e495d1fcd6056.js:1)
at Object.updateRenderer (main-es2015.37eb728e495d1fcd6056.js:1)
at Nl (main-es2015.37eb728e495d1fcd6056.js:1)
at Ul (main-es2015.37eb728e495d1fcd6056.js:1)
at zl (main-es2015.37eb728e495d1fcd6056.js:1)
at Nl (main-es2015.37eb728e495d1fcd6056.js:1)
at Ul (main-es2015.37eb728e495d1fcd6056.js:1)
at zl (main-es2015.37eb728e495d1fcd6056.js:1)
at Nl (main-es2015.37eb728e495d1fcd6056.js:1)
any ideas?
The text was updated successfully, but these errors were encountered: