codesandbox / codesandbox/codesandbox-client
CodeSandbox error
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 | 104.0.0 | Windows 10 | 560d0f63c |
Error Code:
1da5037e41184deb97e0a7a7a14dae9d
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 Object.enqueueSetState (https://codesandbox.io/static/js/common.d909eae2e.chunk.js:1:1780537)
at _.setState (https://codesandbox.io/static/js/common.d909eae2e.chunk.js:1:2034189)
at https://codesandbox.io/static/js/common.d909eae2e.chunk.js:1:1878198
at r (https://codesandbox.io/static/js/common.d909eae2e.chunk.js:1:921324)
at https://codesandbox.io/static/js/common.d909eae2e.chunk.js:1:921554
at Array.forEach (<anonymous>)
at Object.notifyListeners (https://codesandbox.io/static/js/common.d909eae2e.chunk.js:1:921524)
at k (https://codesandbox.io/static/js/common.d909eae2e.chunk.js:1:922746)
at https://codesandbox.io/static/js/common.d909eae2e.chunk.js:1:923800
at Object.confirmTransitionTo (https://codesandbox.io/static/js/common.d909eae2e.chunk.js:1:921263)
at Object.push (https://codesandbox.io/static/js/common.d909eae2e.chunk.js:1:923580)
at https://codesandbox.io/static/js/page-search.8b30a6c23.chunk.js:238:18736
in hitComponent
in li
in ul
in div
in ln
in AlgoliaHits(ln)
in div
in styled.div
in div
in elements__Container
in he
in div
in div
in elements__Main
in div
in t
in n
in div
in elements__Content
in div
in styled.div
in div
in styled.div
in div
in styled.div
in Unknown
in div
in elements__Container
in we
in o
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 crash on the supplied search route in Chrome 104 on Windows 10, then inspect the search page around hitComponent, AlgoliaHits, and the reported removeChild error. The issue provides only a minified production stack and no sandbox link, so first identify a reliable trigger. Done means the route no longer throws the NotFoundError during search navigation, with a regression check if the project has one.
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
- 20/100