SvelteComponent wrapper not calling destroy when disposed #7000
Labels
bug
Defect affecting the currently released version of Waltz
fixed (test & close)
An issue has been fixed, merged into master and is ready for further testing
Milestone
Description
We wrap svelte widges in a
waltz-svelte-component
hosted on an angular page. This works well, however we have noticed that when the parent angular widget is removed thedestroy
methods are not being invoked. This could lead to a gradual memory leakage and increased workload (as events need to be processed by 'dead' components).Waltz Version
1.58 (and earlier)
Steps to Reproduce
No response
Expected Result
No response
Actual Result
No response
The text was updated successfully, but these errors were encountered: