Elmish.Bridge icon indicating copy to clipboard operation
Elmish.Bridge copied to clipboard

Dom memory Leak

Open OnurGumus opened this issue 1 year ago • 1 comments

I see the mappings are attached to dom tree, but not cleaned on dispose here:

https://github.com/Nhowka/Elmish.Bridge/blob/0134e2ad4566f5c254c5e80add39edbbef17371c/src/Client/Library.fs#L28C11-L28C11

Isn't this leaking, when I don't need elmish bridge?

OnurGumus avatar Jul 07 '23 09:07 OnurGumus