All Questions
1 question
0
votes
1
answer
326
views
Uncaught TypeError: Cannot read properties of undefined (reading 'then')?
saveProfile() does not return promise, although the person who has exactly the same code, the same function returns promise
return async (dispatch, getState) => {
const authUserId = getState()...