You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the star value remains unchanged even after clicking the stars (due to a failure in the onChange method or otherwise), the stars retain their changed state, instead of reverting to the original.
If the star
value
remains unchanged even after clicking the stars (due to a failure in theonChange
method or otherwise), the stars retain their changed state, instead of reverting to the original.I think
react-stars/src/react-stars.js
Line 91 in b3455bd
this.props.value
and notthis.state.value
. Let me know and I can push a PR.The text was updated successfully, but these errors were encountered: