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
Im using Cypress to test my UI and most of the time to keep things simple I like to assign ids (im writing a spreadsheet). Unfortunately setting an id prop on <ColorPicker> is ignored.
There will be multiple color pickers in the UI and it would be nice to just assign unique ids instead of other ways.
The text was updated successfully, but these errors were encountered:
Im using Cypress to test my UI and most of the time to keep things simple I like to assign ids (im writing a spreadsheet). Unfortunately setting an id prop on
<ColorPicker>
is ignored.There will be multiple color pickers in the UI and it would be nice to just assign unique ids instead of other ways.
The text was updated successfully, but these errors were encountered: