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
Since upgrading from v1 to v2, I am now seeing this in my log anytime I create a progress bar:
<CustomShapeProgressBar> was created with unknown prop 'series'
<CustomShapeProgressBar> was created with unknown prop 'valueLabel'
It appears because you do ...props you are passing the values from the parent into the and it doesn't have those props. Even though you don't use them inside the customShapeProgressBar, I think just exporting those two props from CustomShapeProgressBar would be the best solution.