Replies: 1 comment
-
@peshoicov you should use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this oversimplified zustand store:
And this is an oversimplified test that will check the login/logout flow:
However - when I call the
login()
method and after that try to check the storeisLoggedIn
value - I still getfalse
... even though in the normal flow of the app all works fine.I guess I'm missing something but I don't get it ...
Beta Was this translation helpful? Give feedback.
All reactions