color-picker
color-picker copied to clipboard
withColorProvided and useColor are not exported
It looks like withColorProvider is not exported in version 3.2.2
In my node_modules I see:
export { Alpha$2 as Alpha, Alpha as AlphaPicker, Block$1 as BlockPicker, Checkboard, Chrome$1 as ChromePicker, Circle$1 as CirclePicker, Compact$1 as CompactPicker, ColorWrap$1 as CustomPicker, EditableInput$1 as EditableInput, Github$1 as GithubPicker, Google$1 as GooglePicker, Hue$2 as Hue, Hue as HuePicker, Material$1 as MaterialPicker, Photoshop$1 as PhotoshopPicker, Raised, Saturation, Sketch$1 as SketchPicker, Slider$1 as SliderPicker, Swatch$1 as Swatch, Swatches$1 as SwatchesPicker, Twitter$1 as TwitterPicker };
So I can't access neither useColor
nor withColorProvided
Bump @Xhale1