neo
neo copied to clipboard
table.Container: beforeSetStore() => passing a store instance => listeners
not sure if this one is a reasonable use case:
you could set a store, then switch to another store, then switch back to the first store.
in this case we would need a check if the listeners are already applied and only add them in case they are not.