codesandbox / codesandbox/codesandbox-client
Błąd przeniesienia
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 | 110.0.0 | Windows 10 | 8cfa602ca |
Route:
https://codesandbox.io/dashboard/recent
Error Code:
308a2f659cfd4a5aa7d87939d4bc00d9
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.ab3c7e841.chunk.js?_sw-precache=8b427389c6cc5351c0a64c0205fd1cf0:1:1810715)
at yl (https://codesandbox.io/static/js/common.ab3c7e841.chunk.js?_sw-precache=8b427389c6cc5351c0a64c0205fd1cf0:1:1829635)
at https://codesandbox.io/static/js/common.ab3c7e841.chunk.js?_sw-precache=8b427389c6cc5351c0a64c0205fd1cf0:1:1851109
at qo (https://codesandbox.io/static/js/common.ab3c7e841.chunk.js?_sw-precache=8b427389c6cc5351c0a64c0205fd1cf0:1:1775836)
at bl (https://codesandbox.io/static/js/common.ab3c7e841.chunk.js?_sw-precache=8b427389c6cc5351c0a64c0205fd1cf0:1:1827522)
at il (https://codesandbox.io/static/js/common.ab3c7e841.chunk.js?_sw-precache=8b427389c6cc5351c0a64c0205fd1cf0:1:1817884)
at https://codesandbox.io/static/js/common.ab3c7e841.chunk.js?_sw-precache=8b427389c6cc5351c0a64c0205fd1cf0:1:1776127
at https://codesandbox.io/static/js/common.ab3c7e841.chunk.js?_sw-precache=8b427389c6cc5351c0a64c0205fd1cf0:1:1851109
at qo (https://codesandbox.io/static/js/common.ab3c7e841.chunk.js?_sw-precache=8b427389c6cc5351c0a64c0205fd1cf0:1:1775836)
at Xo (https://codesandbox.io/static/js/common.ab3c7e841.chunk.js?_sw-precache=8b427389c6cc5351c0a64c0205fd1cf0:1:1776072)
at Yo (https://codesandbox.io/static/js/common.ab3c7e841.chunk.js?_sw-precache=8b427389c6cc5351c0a64c0205fd1cf0:1:1776007)
at se (https://codesandbox.io/static/js/common.ab3c7e841.chunk.js?_sw-precache=8b427389c6cc5351c0a64c0205fd1cf0:1:1844884)
at Sn (https://codesandbox.io/static/js/common.ab3c7e841.chunk.js?_sw-precache=8b427389c6cc5351c0a64c0205fd1cf0:1:1759680)
at HTMLDocument.r (https://codesandbox.io/static/js/common.ab3c7e841.chunk.js?_sw-precache=8b427389c6cc5351c0a64c0205fd1cf0:1:202002)
in button
in styled.div
in ForwardRef
in MoveSandboxFolderModal___StyledButton2
in div
in Styled(styled.div)
in div
in Styled(styled.div)
in div
in Styled(styled.div)
in div
in MoveSandboxFolderModal___StyledStack
in div
in div
in div
in div
in t
in t
in Modal___StyledModal
in n
in De
in Unknown
in We
in o
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 at the dashboard/recent route and inspect the MoveSandboxFolderModal component named in the React stack trace. Reproduce moving a sandbox folder in Chrome on Windows, then trace the removeChild crash. Done means the move action no longer crashes and the folder operation completes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100