pIvan / ngx-color-picker

Pure Angular color picker library.
MIT License
96 stars 16 forks source link

TypeError since 3.0.0 #47

Closed Trixt0r closed 2 years ago

Trixt0r commented 2 years ago

The following error occurs after updating to version 3.0.0. It happens when the component is initialized.

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.