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
I have an app, where user is sending his availability. I have used Effect to ping user availability in time interval.
After refreshing the page I am reading user state from local storage and I want to start the Effect based on the loaded user state.
So basically I need an Action that tells "rehydration done" with user state.
How I can achieve something like this?
Thanks :)
The text was updated successfully, but these errors were encountered:
Hello,
I have an app, where user is sending his availability. I have used Effect to ping user availability in time interval.
After refreshing the page I am reading user state from local storage and I want to start the Effect based on the loaded user state.
So basically I need an Action that tells "rehydration done" with user state.
How I can achieve something like this?
Thanks :)
The text was updated successfully, but these errors were encountered: