cositehq / sanity-plugin-simpler-color-input

A simpler color input for Sanity studio.
MIT License
25 stars 3 forks source link

fix: upgrade @uiw/react-color and import dist #7

Closed dangreaves closed 8 months ago

dangreaves commented 8 months ago

Fixes #6.

The upstream issue (https://github.com/uiwjs/react-color/issues/104) with the @uiw/react-color package has been fixed.

It's now possible to import @uiw/react-color in a CommonJS environment without issue.

Updating the importing to the proper dist import in this package, fixes #6, and allows this plugin to work in Sanity CLI environments, which are not capable of building from source.