Selectors with params can have multiple selector cache entries reusing the same _refBaseKeys entry. When one of these selectors is destroyed, it shouldn't delete the _refBaseKeys WeakMap entry - other selector caches could still be using it. Let the WeakMap clean up after itself instead.
Description
Selectors with params can have multiple selector cache entries reusing the same
_refBaseKeys
entry. When one of these selectors is destroyed, it shouldn't delete the_refBaseKeys
WeakMap entry - other selector caches could still be using it. Let the WeakMap clean up after itself instead.