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
I'm getting the defaultProps warning for CircularTrack and CircularProgress.
Warning: CircularTrack: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.
Warning: CircularProgress: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.
I've attempted to modify the code like the below, but no luck. Does anyone have any ideas on how to resolve this?
I'm getting the defaultProps warning for CircularTrack and CircularProgress.
I've attempted to modify the code like the below, but no luck. Does anyone have any ideas on how to resolve this?
The text was updated successfully, but these errors were encountered: