Open ditkin opened 5 years ago
Sending chats is broken because actions dispatch objects of shape payload: {} but reducers expect plain data instead of a payload.
payload: {}
To fix - we need to standardize all actions to pass the same shape payload.
Sending chats is broken because actions dispatch objects of shape
payload: {}
but reducers expect plain data instead of a payload.To fix - we need to standardize all actions to pass the same shape payload.