codesandbox / codesandbox/codesandbox-client
why it do this to me
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 | 115.0.0 | Ubuntu | eb971be08 |
Route:
https://codesandbox.io/s/react-typescript-xlpsg
Error Code:
6b76ac3467d74dfa819d616f007ecb85
Error Message
TypeError: n.name is null
B@https://codesandbox.io/static/js/app.b6be8d849.js:9:2025215
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 with the linked CodeSandbox route and the reported TypeError, then trace the minified stack to the SignInModal component named in the React component stack. Reproduce the crash in Firefox 115 on Ubuntu if possible and identify the missing name value; done means the sandbox no longer crashes in that flow and the error code is addressed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- authentication, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100