EvolvedWeb / evowc

Evolved Web Components
MIT License
8 stars 0 forks source link

Callbacks registered through EvoElement.onUpdate are not getting called #78

Closed intervalia closed 6 months ago

intervalia commented 6 months ago

Describe the bug If a component is not connected then any callbacks registered through EvoElement.onUpdate are never getting called

To Reproduce Call this.onUpdate('cpa-name', this.callback) in the init functions. Once the element is connected that callback is not called.

Expected behavior The callbacks should get called once the component is connected.

intervalia commented 6 months ago

Fixed in next release