codesandbox / codesandbox/codesandbox-client
Falha1
Nobody has claimed this yet.
- 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?
Please use this issue template to describe what you were doing when you encountered this crash. While we are able to fill in some details automatically, it's not always enough to reproduce!
Link to sandbox: [link]() (optional)
Crash Details
Environment
| Browser | Version | Operating System | CodeSandbox Version |
|---|---|---|---|
| chrome | 95.0.4638 | Windows 10 | 64712a36e |
Route:
https://codesandbox.io/s/elegant-monad-l6eif
Error Code:
0f690873d9b1467a83b3400b9c6568a2
Error Message
NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
Error: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
at ys (https://codesandbox.io/static/js/common.cae856104.chunk.js:1:1809402)
at yl (https://codesandbox.io/static/js/common.cae856104.chunk.js:1:1828386)
at t.unstable_runWithPriority (https://codesandbox.io/static/js/common.cae856104.chunk.js:1:1849918)
at qo (https://codesandbox.io/static/js/common.cae856104.chunk.js:1:1774291)
at bl (https://codesandbox.io/static/js/common.cae856104.chunk.js:1:1826271)
at il (https://codesandbox.io/static/js/common.cae856104.chunk.js:1:1816598)
at https://codesandbox.io/static/js/common.cae856104.chunk.js:1:1774582
at t.unstable_runWithPriority (https://codesandbox.io/static/js/common.cae856104.chunk.js:1:1849918)
at qo (https://codesandbox.io/static/js/common.cae856104.chunk.js:1:1774291)
at Xo (https://codesandbox.io/static/js/common.cae856104.chunk.js:1:1774527)
at Yo (https://codesandbox.io/static/js/common.cae856104.chunk.js:1:1774462)
at el (https://codesandbox.io/static/js/common.cae856104.chunk.js:1:1813185)
at Sa (https://codesandbox.io/static/js/common.cae856104.chunk.js:1:1791980)
at https://codesandbox.io/static/js/vendors~app.cd182632a.chunk.js:1:1018251
at e.callback (https://codesandbox.io/static/js/vendors~app.cd182632a.chunk.js:1:1153100)
at m.flush (https://codesandbox.io/static/js/vendors~app.cd182632a.chunk.js:1:1155987)
at p.flush (https://codesandbox.io/static/js/vendors~app.cd182632a.chunk.js:1:1152154)
at Object.cb (https://codesandbox.io/static/js/vendors~app.cd182632a.chunk.js:1:1025214)
at e.emit (https://codesandbox.io/static/js/vendors~app.cd182632a.chunk.js:1:426117)
at https://codesandbox.io/static/js/vendors~app.cd182632a.chunk.js:1:1029136
at https://codesandbox.io/static/js/app.9c56e82a6.js:266:1531870
at c (https://codesandbox.io/static/js/vendors~app~embed~sandbox~sandbox-startup.bcc15d438.chunk.js:1:3629)
at Generator._invoke (https://codesandbox.io/static/js/vendors~app~embed~sandbox~sandbox-startup.bcc15d438.chunk.js:1:3382)
at Generator.forEach.t.<computed> [as next] (https://codesandbox.io/static/js/vendors~app~embed~sandbox~sandbox-startup.bcc15d438.chunk.js:1:3986)
at r (https://codesandbox.io/static/js/vendors~app~embed~sandbox~sandbox-startup.bcc15d438.chunk.js:1:206)
at u (https://codesandbox.io/static/js/vendors~app~embed~sandbox~sandbox-startup.bcc15d438.chunk.js:1:417)
in div
in elements__Folder
in div
in Styled(styled.div)
in div
in elements__Main
in Ao
in header
in Header___StyledStack
in ti
in De
in Unknown
in div
in elements__Container
in De
in EC
in Unknown
in Unknown
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 with the linked CodeSandbox route and reproduce the NotFoundError involving removeChild. Use the supplied error code and component stack, including elements__Folder, to trace the failure in the frontend. Done means the crash is no longer reproducible in that sandbox scenario.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100