It looks like items added to registry.components and registry.contexts maps are never removed.
And because items for components hold a reference to a signal setter, the signal created in $$component can't ever get garbage collected either.
It's just something I noticed, not sure if this is intended or even a problem in practice.
It looks like items added to
registry.componentsandregistry.contextsmaps are never removed.And because items for components hold a reference to a signal setter, the signal created in
$$componentcan't ever get garbage collected either.It's just something I noticed, not sure if this is intended or even a problem in practice.