Closed Trixt0r closed 2 years ago
The following error occurs after updating to version 3.0.0. It happens when the component is initialized.
3.0.0
ERROR TypeError: Cannot read properties of undefined (reading 'nativeElement') at n.changePointerPosition (main.7f9626a4776af546.js:1:219388)
Seems like the component accesses an internal element, which is not ready yet.
You can see the error in the DevTools when loading the demo.
The following error occurs after updating to version
3.0.0
. It happens when the component is initialized.Seems like the component accesses an internal element, which is not ready yet.
You can see the error in the DevTools when loading the demo.