Open zeel opened 2 years ago
Here how I could reproduce the issue today:
Open the documentation page at https://react-select.com/home
Go to "Styles" menu, then go to "Examples" section, and finally click the code sandbox link next to Multi Select
Then we get into the sandbox environment, where we see the "Dependency not found" error:
It appears that the dependency chroma-js
is just missing in package.json because once we click on "install dependency" everything works again and the missing dependency have been added.
I could reproduce the same error for Single Select as well which has same issue.
@JedWatson can you guide if this is a bug to be fixed this repo ?
https://codesandbox.io/s/vb5fx?module=/example.tsx In documentation page https://react-select.com/home the link to codesandbox is giving error for Custom Styles MultiSelect
I think need to update codesandbox