ditkin / magicui

User-enforced generic card game UI
0 stars 0 forks source link

Fix action payloads issue #34

Open ditkin opened 5 years ago

ditkin commented 5 years ago

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.