codesandbox / codesandbox/codesandbox-client
App crashed while deleting a sandbox
Open
Nobody has claimed this yet.
💥 Crash Report
- Dominant language
- JavaScript
- Stars
- 13.6k
- Forks
- 2.4k
- Avg merge
- 6d 19h
- Merged PRs (30d)
- 2
Description
💥 Crash Report
What were you trying to accomplish when the crash occurred?
- deleting a sandboxLink to sandbox: [link]() (optional)
https://codesandbox.io/s/eager-archimedes-ojp7rCrash Details
Environment
| Browser | Version | Operating System | CodeSandbox Version |
|---|---|---|---|
| firefox | 97.0.0 | OS X 10.15 | cd12f43c3 |
Route:
https://codesandbox.io/dashboard/drafts?workspace=2d2e5e59-e5b5-42e4-af3b-6e6c60ec9d2c
Error Message
TypeError: f[0] is undefined
Fm@https://codesandbox.io/static/js/app.5ef4afd27.js:266:307324
ua@https://codesandbox.io/static/js/common.eff6be823.chunk.js:1:1789558
Ka@https://codesandbox.io/static/js/common.eff6be823.chunk.js:1:1797823
xs@https://codesandbox.io/static/js/common.eff6be823.chunk.js:1:1836011
ml@https://codesandbox.io/static/js/common.eff6be823.chunk.js:1:1820399
hl@https://codesandbox.io/static/js/common.eff6be823.chunk.js:1:1820322
il@https://codesandbox.io/static/js/common.eff6be823.chunk.js:1:1817650
../../node_modules/react-dom/cjs/react-dom.production.min.js/Xo/<@https://codesandbox.io/static/js/common.eff6be823.chunk.js:1:1775833
../../node_modules/react-dom/node_modules/scheduler/cjs/scheduler.production.min.js/t.unstable_runWithPriority@https://codesandbox.io/static/js/common.eff6be823.chunk.js:1:1851169
qo@https://codesandbox.io/static/js/common.eff6be823.chunk.js:1:1775542
Xo@https://codesandbox.io/static/js/common.eff6be823.chunk.js:1:1775780
Yo@https://codesandbox.io/static/js/common.eff6be823.chunk.js:1:1775713
el@https://codesandbox.io/static/js/common.eff6be823.chunk.js:1:1814436
Sa@https://codesandbox.io/static/js/common.eff6be823.chunk.js:1:1793233
../../node_modules/overmind-react/es/index.js/</h/<@https://codesandbox.io/static/js/vendors~app.b017d78bb.chunk.js:1:1016633
../../node_modules/proxy-state-tree/es/index.js/track/this.callback@https://codesandbox.io/static/js/vendors~app.b017d78bb.chunk.js:1:1151482
flush@https://codesandbox.io/static/js/vendors~app.b017d78bb.chunk.js:1:1154370
flush@https://codesandbox.io/static/js/vendors~app.b017d78bb.chunk.js:1:1150536
t@https://codesandbox.io/static/js/vendors~app.b017d78bb.chunk.js:1:1023639
in Fm
in qm
in Fb
in t
in t
in div
in Content___StyledElement
in Unknown
in withRouter()
in main
in Dashboard___StyledElement2
in div
in Dashboard___StyledStack2
in div
in Dashboard___StyledStack
in Unknown
in De
in Unknown
in JC
in t
in t
in div
in elements__Content
in n
in withRouter(n)
in div
in elements__Container
in Unknown
in withRouter()
in t
in Unknown
in De
in c
in t
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the deletion from the dashboard route https://codesandbox.io/dashboard/drafts and inspect the browser console for the reported TypeError in the Fm component. Trace the React stack through Fm, qm, Fb, and the Dashboard components, using the sandbox link as the reproduction case. Done means deleting that sandbox no longer crashes the dashboard.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100