Documentation codesandbox is not running correctly
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
DependencyNotFoundError
Could not find dependency: 'chroma-js' relative to '/example.tsx'
I think need to update codesandbox
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 ?