redux-voting-client icon indicating copy to clipboard operation
redux-voting-client copied to clipboard

When client gets winner, restart button does not return client interface to voting

Open nodkz opened this issue 9 years ago • 0 comments

When all entries are voted and server return winner to clients, then a vote manager can not reset client interfaces via the reset button. Because merge does not remove winner state from client state. So before merge I add removing winner, and if it pass via server newState it correctly apply in client state.

PS. Thank you for this brilliant tutorial !! Very clearly and simple sentence writing, it is very comfortable to understand for the non-native english readers!

nodkz avatar Oct 05 '15 12:10 nodkz