You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to use a custom state selector, I get "Error selecting state." printed under @@INIT action. It appears state is null during this action, because I can't even select a top level property, e.g. state => state.propA. Is this by design?