Closed intervalia closed 8 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.
this.onUpdate('cpa-name', this.callback)
Expected behavior The callbacks should get called once the component is connected.
Fixed in next release
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.