codesandbox / codesandbox/codesandbox-client
clash
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 | 102.0.5005 | OS X 10.15.7 | 2b5fe67e0 |
Route:
https://codesandbox.io/s/falling-cdn-icj3hx
Error Code:
bc931c8d86f74d32b8f1702e09d7eec4
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.d909eae2e.chunk.js:1:1810653)
at yl (https://codesandbox.io/static/js/common.d909eae2e.chunk.js:1:1829637)
at t.unstable_runWithPriority (https://codesandbox.io/static/js/common.d909eae2e.chunk.js:1:1851169)
at qo (https://codesandbox.io/static/js/common.d909eae2e.chunk.js:1:1775542)
at bl (https://codesandbox.io/static/js/common.d909eae2e.chunk.js:1:1827522)
at il (https://codesandbox.io/static/js/common.d909eae2e.chunk.js:1:1817849)
at https://codesandbox.io/static/js/common.d909eae2e.chunk.js:1:1775833
at t.unstable_runWithPriority (https://codesandbox.io/static/js/common.d909eae2e.chunk.js:1:1851169)
at qo (https://codesandbox.io/static/js/common.d909eae2e.chunk.js:1:1775542)
at Xo (https://codesandbox.io/static/js/common.d909eae2e.chunk.js:1:1775778)
at Yo (https://codesandbox.io/static/js/common.d909eae2e.chunk.js:1:1775713)
at el (https://codesandbox.io/static/js/common.d909eae2e.chunk.js:1:1814436)
at Sa (https://codesandbox.io/static/js/common.d909eae2e.chunk.js:1:1793231)
at https://codesandbox.io/static/js/vendors~app.3d33f8737.chunk.js:1:1016633
at e.callback (https://codesandbox.io/static/js/vendors~app.3d33f8737.chunk.js:1:1151482)
at m.flush (https://codesandbox.io/static/js/vendors~app.3d33f8737.chunk.js:1:1154369)
at p.flush (https://codesandbox.io/static/js/vendors~app.3d33f8737.chunk.js:1:1150536)
at Object.cb (https://codesandbox.io/static/js/vendors~app.3d33f8737.chunk.js:1:1023596)
at e.emit (https://codesandbox.io/static/js/vendors~app.3d33f8737.chunk.js:1:426117)
at https://codesandbox.io/static/js/vendors~app.3d33f8737.chunk.js:1:1027518
at https://codesandbox.io/static/js/app.71c35c901.js:253:1522144
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 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 ei
in De
in Unknown
in div
in elements__Container
in De
in gy
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 by opening the linked CodeSandbox route and reproducing the removeChild NotFoundError in the reported Chrome and macOS environment. Trace the frontend component path shown in the React component stack and use error code bc931c8d86f74d32b8f1702e09d7eec4 to investigate; done means the crash is reproducible, explained, and no longer occurs.
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
- 20/100