CirclePicker | Warning: Circle: Support for defaultProps will be removed from function components
Author: MwSpaceLLCCreated Jan 9, 2025Updated May 21, 2026
Hi there,
We have this error:
hook.js:608 Warning: Circle: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead. Error Component Stack....
on:
import {CirclePicker} from "react-color";
<CirclePicker
width="100%"
colors={colorsPicker}
color={currentConfig.primaryColor}
onChangeComplete={
(color) => updateConfigs('primaryColor', color.hex)
}
/>Source: casesandberg/react-color