downshift-js / downshift

🏎 A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete, combobox or select dropdown components.
http://downshift-js.com/
MIT License
12.01k stars 930 forks source link

CodeSandbox examples broken, and workaround also broken #1598

Open dantasse opened 2 months ago

dantasse commented 2 months ago

Basically reopening #1570. Thanks to @dlong500 for explaining this and describing how to work around it by disabling the "Sandbox beta editor" option. Unfortunately, that option no longer exists, so as far as I can tell, all the examples are inaccessible.

yusijs commented 1 month ago

There is a workaround for it - add moduleview=1 to the url params

see https://github.com/codesandbox/codesandbox-client/discussions/8350

dlong500 commented 1 month ago

Yes, the workaround was just released in the last couple weeks. A small PR to the downshift examples index page can update things to work with the new parameter. I'll look into a PR soon.