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
The ColorPicker is built using the now-deprecated Dropdown component (see #680). To be able to remove the component, it needs to be re-implemented using the Menu component, or another equivalent.
This is currently used for the channel colour picker in Twist:
Possible implementations
Reakit's menu supported two-dimensional menus using a CompositeGroup. It is likely this is still supported in Ariakit.
The text was updated successfully, but these errors were encountered:
🚀 Feature request
Reported in #680 (comment)
The
ColorPicker
is built using the now-deprecatedDropdown
component (see #680). To be able to remove the component, it needs to be re-implemented using theMenu
component, or another equivalent.This is currently used for the channel colour picker in Twist:
Possible implementations
Reakit's menu supported two-dimensional menus using a CompositeGroup. It is likely this is still supported in Ariakit.
The text was updated successfully, but these errors were encountered: