chore: use-ndk #283

Merged
s merged 18 commits from use-ndk into staging 2025-01-06 11:10:49 +00:00
Showing only changes of commit c4c0ecba4a - Show all commits

View File

@ -23,8 +23,8 @@ const reducer = (
profile: action.payload profile: action.payload
} }
// case ActionTypes.RESTORE_STATE: case ActionTypes.RESTORE_STATE:
s marked this conversation as resolved Outdated
Outdated
Review

Are we intentionally skipping restoration of the user state?

Are we intentionally skipping restoration of the user state?
Outdated
Review

It wasn't intentional, fixed

It wasn't intentional, fixed
// return action.payload. return action.payload.user || initialState
default: default:
return state return state