When removing a calcite-component from DOM, are the EventListeners cleared also ? Or do we have to manage this ?
Solved! Go to Solution.
@ChristopheSuter Similar to native elements, any added event listeners would need to be removed when components are removed from the DOM.
@ChristopheSuter Similar to native elements, any added event listeners would need to be removed when components are removed from the DOM.