n49 / react-stars

A simple star rating component for your React projects :star:
http://developers.n49.com/react-stars/
218 stars 82 forks source link

Rest state of stars when i change the parent state #47

Closed KLadnany closed 6 years ago

KLadnany commented 6 years ago

Hello, When i try to update the state of parent component, the state change correctly but the stars don't stay selected

onChange: newValue => { console.log(Example 3: new value is ${newValue}) thiz.props.parentAction(newValue); }