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
Thanks for your work.
I have a question out of curiosity:
What is the use of this.props.onChange && this.props.onChangeMove(valueRating)?
What's the idea behind setting the state in the component and also setting the state of the parent by using this.props.onChange && this.props.onChangeMove(valueRating)?
Thanks
The text was updated successfully, but these errors were encountered:
aziz-boudi4
changed the title
What
What's the use of this.props.onChange && this.props.onChange(valueRating)Nov 3, 2018
aziz-boudi4
changed the title
What's the use of this.props.onChange && this.props.onChange(valueRating)
What's the use of this.props.onChange && this.props.onChange(valueRating)?
Nov 3, 2018
Thanks for your work.
I have a question out of curiosity:
What is the use of
this.props.onChange && this.props.onChangeMove(valueRating)
?What's the idea behind setting the
state
in the component and also setting the state of the parent by usingthis.props.onChange && this.props.onChangeMove(valueRating)
?Thanks
The text was updated successfully, but these errors were encountered: