Closed WitoDelnat closed 3 years ago
The props are incorrectly deconstructed:
static propTypes = { // .. circleBorderActiveColor: PropTypes.string, circleBorderInactiveColor: PropTypes.string, // ... }; // In render const { circleInactiveBorderColor, circleActiveBorderColor, ...restProps } = this.props;
The props are incorrectly deconstructed: