CodeSandbox Demos Display Errors
See original GitHub issueEnhanced Table Sandbox Demo: https://codesandbox.io/s/n5wy74w8vl edit: Looking at other of the demos, it seems that this is affecting all sandbox demos currently. So far I’ve checked all the Table demos and a Paper demo. If I run across one that it unaffected I’ll update this, but it seems it’s something about the base setup that is breaking.
- This is a v1.x issue (v0.x is no longer maintained).
- I have searched the issues of this repository and believe that this is not a duplicate.
Expected Behavior
Sandbox demo loads without errors
Current Behavior
Upon opening sandbox link, the following error is displayed:
TypeError
Cannot read property ‘1’ of null
V https://codesandbox.io/static/js/sandbox.da4f47e6.js:259:325078
(anonymous function) https://codesandbox.io/static/js/sandbox.da4f47e6.js:259:322469
g https://codesandbox.io/static/js/common-sandbox.4377eaa3.js:21:10482
Generator._invoke https://codesandbox.io/static/js/common-sandbox.4377eaa3.js:21:10270
Generator.e.(anonymous function) [as next] https://codesandbox.io/static/js/common-sandbox.4377eaa3.js:21:10661 n https://codesandbox.io/static/js/common-sandbox.4377eaa3.js:21:45025
(anonymous function) https://codesandbox.io/static/js/common-sandbox.4377eaa3.js:21:45121
This screen is visible only in development. It will not appear if the app crashes in production. Open your browser’s developer console to further inspect this error. This error overlay is powered by
react-error-overlay
used increate-react-app
.
Steps to Reproduce (for bugs)
- Open https://codesandbox.io/s/n5wy74w8vl
- Error is displayed in the right hand side window on load
Context
Clicked on the link from the Tables docs: https://material-ui.com/demos/tables/#sorting-amp-selecting
Happy to help to debug, but I couldn’t see an obvious way to investigate what’s causing the error.
Your Environment
Tech | Version |
---|---|
Material-UI | v1.0.0 |
React | 16.3.2 |
browser | Chrome 66.0.3359.139 |
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:8 (7 by maintainers)
Top GitHub Comments
Deploying a fix now, I’m sorry that this just happened after your release!
I will add this sandbox and some other material-ui sandboxes to our automated test integrations so this won’t happen again.
Fix should be live within 20 minutes.
@carpben All the codesandbox demos seem to be broken, use StackBlitz for now.