-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove immutable from status and auth #4727
Remove immutable from status and auth #4727
Conversation
|
||
const auth = (state = defaultState, action: AuthAction) => { | ||
const auth = produce((draft: Auth, action: AuthAction) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm... maybe it's better to use 'state' instead of 'draft'
Hm... seems like something's not ok |
@erezrokah any idea why e2e tests are failing? |
Alright, found the reason |
3245e90
to
c3d7a97
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work @smashercosmo!
Summary
First step on closing #3853
Test plan
Run existing tests