When the `currentRating` prop changed the component not re-rendering, you should add `componentWillReceiveProps` method. Anyway, :+1: Good job. ref: https://facebook.github.io/react/docs/component-specs.html#updating-componentwillreceiveprops
When the
currentRatingprop changed the component not re-rendering, you should addcomponentWillReceivePropsmethod. Anyway, 👍 Good job.ref: https://facebook.github.io/react/docs/component-specs.html#updating-componentwillreceiveprops