This repository was archived by the owner on Dec 18, 2019. It is now read-only.

Description
I understand that currently the only way to remove an unused child component's property from the onion state is to have the parent set it's state value to undefined
. This seems not convenient or ideal. Ideally a child component can be configured to automatically/implicitly emit an UndefinedReducer from it's onion stream (state => undefined
) when it's onion stream is unsubscribed. Is that possible?