casesandberg / react-color

:art: Color Pickers from Sketch, Photoshop, Chrome, Github, Twitter & more
http://casesandberg.github.io/react-color/
MIT License
12.05k stars 922 forks source link

Common js error while working in remix js #947

Open ArnabChatterjee20k opened 1 month ago

ArnabChatterjee20k commented 1 month ago

SyntaxError: Named export 'HuePicker' not found. The requested module 'react-color' is a CommonJS module, which may not support all module.exports as named exports. What can be the work around? I am using

import pkg from 'react-color';
const { HuePicker } = pkg;

but getting error