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
This is not an issue but rather a question.
I am trying to make redux-auth work with redux-immutable. There is an issue because redux-auth tries to access the "auth" part of the state through state.auth, which of course does not work.
I would like to define a getter allowing access to auth via state.auth every time the state changes by doing:
Hi,
This is not an issue but rather a question.
I am trying to make redux-auth work with redux-immutable. There is an issue because redux-auth tries to access the "auth" part of the state through
state.auth
, which of course does not work.I would like to define a getter allowing access to
auth
viastate.auth
every time the state changes by doing:That would fix this known issue.
Could you help me with that by telling me if it is possible or not?
I guess it is not a great solution but I think it would help many people.
Thanks in advance,
Cheers
The text was updated successfully, but these errors were encountered: