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
Importing hsbToHex and other color transformation functions is no longer available at the top-level @shopify/polaris package. These are often useful when working with the HSBA-based ColorPicker component. It appears to have been removed in commit f0e5654.
Expected behavior
The following import used to work:
import { hsbToHex } from '@shopify/polaris`;
Actual behavior
As of Polaris 3.2.0, this throws an error saying that hsbToHex is not exported from @shopify/polaris.
Steps to reproduce the problem
Attempt to import any of the color transformation functions.