codesandbox / codesandbox/codesandbox-client
crash
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 |
|---|---|---|---|
| firefox | 121.0.0 | OS X 10.15 | 0488c1da6 |
Route:
https://codesandbox.io/s/j67kkz?file=/src/App.js&utm_medium=sandpack
Error Code:
c2d4d5e300ed4a9894fe484f694f7d3c
Error Message
TypeError: n.name is null
B@https://codesandbox.io/static/js/app.c59839a76.js:9:2029357
ua@https://codesandbox.io/static/js/common.8b1ec1d2a.chunk.js:1:1798958
xs@https://codesandbox.io/static/js/common.8b1ec1d2a.chunk.js:1:1844221
ml@https://codesandbox.io/static/js/common.8b1ec1d2a.chunk.js:1:1829799
hl@https://codesandbox.io/static/js/common.8b1ec1d2a.chunk.js:1:1829722
il@https://codesandbox.io/static/js/common.8b1ec1d2a.chunk.js:1:1827050
../../node_modules/react-dom/cjs/react-dom.production.min.js/Xo/<@https://codesandbox.io/static/js/common.8b1ec1d2a.chunk.js:1:1785233
../../node_modules/react-dom/node_modules/scheduler/cjs/scheduler.production.min.js/t.unstable_runWithPriority@https://codesandbox.io/static/js/common.8b1ec1d2a.chunk.js:1:1860569
qo@https://codesandbox.io/static/js/common.8b1ec1d2a.chunk.js:1:1784942
Xo@https://codesandbox.io/static/js/common.8b1ec1d2a.chunk.js:1:1785180
Yo@https://codesandbox.io/static/js/common.8b1ec1d2a.chunk.js:1:1785113
el@https://codesandbox.io/static/js/common.8b1ec1d2a.chunk.js:1:1823836
Sa@https://codesandbox.io/static/js/common.8b1ec1d2a.chunk.js:1:1802633
../../node_modules/overmind-react/es/index.js/</h/<@https://codesandbox.io/static/js/vendors~app.dc924c33e.chunk.js:1:997133
../../node_modules/proxy-state-tree/es/index.js/track/this.callback@https://codesandbox.io/static/js/vendors~app.dc924c33e.chunk.js:1:1131895
flush@https://codesandbox.io/static/js/vendors~app.dc924c33e.chunk.js:1:1134783
flush@https://codesandbox.io/static/js/vendors~app.dc924c33e.chunk.js:1:1130949
t@https://codesandbox.io/static/js/vendors~app.dc924c33e.chunk.js:1:1004139
in B
in re
in div
in Styled(styled.div)
in div
in SignInModal___StyledElement
in div
in t
in div
in SignInModal___StyledStack
in div
in ForwardRef
in fi
in hi
in De
in Unknown
in K
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 in Firefox 121 on macOS and checking the reported error code c2d4d5e300ed4a9894fe484f694f7d3c. Trace the minified stack to the SignInModal component and the listed React, overmind-react, and proxy-state-tree frames; done means reproducing the crash and identifying a verified fix or a clearer reproduction.
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