Describe the bug
EuiColorPicker option toggle is rendering the addStop prop to a DIV incorrectly. React is warning on this item and
Environment and versions
- EUI version: v85.0.0 (latest)
- React version: 17
- Kibana version (if applicable): n/a
- Browser: Chrome
- Operating System: MacOS
To Reproduce
Steps to reproduce the behavior:
- Go to CodeSandbox demo for EuiColorPicker option toggling
- Click on dev tools in Chromium or Firefox, then click "Console"
- See error:
Warning: React does not recognize the `addStop` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `addstop` instead. If you accidentally passed it from a parent component, remove it from the DOM element.
Expected behavior
There should not be an error and the addStep prop should not be rendered into the DOM.
Minimum reproducible sandbox
No sandbox necessary. This is accessible from production docs sandbox listed in To Reproduce
Screenshots

Describe the bug
EuiColorPickeroption toggle is rendering theaddStopprop to a DIV incorrectly. React is warning on this item andEnvironment and versions
To Reproduce
Steps to reproduce the behavior:
Expected behavior
There should not be an error and the
addStepprop should not be rendered into the DOM.Minimum reproducible sandbox
No sandbox necessary. This is accessible from production docs sandbox listed in To Reproduce
Screenshots
