codesandbox / codesandbox/codesandbox-client
crash
Open
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 | 113.0.0 | OS X 10.15.7 | 8c664657b |
Error Message
TypeError: Cannot read properties of null (reading 'split')
TypeError: Cannot read properties of null (reading 'split')
at B (https://codesandbox.io/static/js/app.dd31be6c9.js:9:2004109)
at ua (https://codesandbox.io/static/js/common.8b1ec1d2a.chunk.js:1:1798958)
at xs (https://codesandbox.io/static/js/common.8b1ec1d2a.chunk.js:1:1844221)
at ml (https://codesandbox.io/static/js/common.8b1ec1d2a.chunk.js:1:1829797)
at hl (https://codesandbox.io/static/js/common.8b1ec1d2a.chunk.js:1:1829722)
at il (https://codesandbox.io/static/js/common.8b1ec1d2a.chunk.js:1:1827050)
at https://codesandbox.io/static/js/common.8b1ec1d2a.chunk.js:1:1785233
at t.unstable_runWithPriority (https://codesandbox.io/static/js/common.8b1ec1d2a.chunk.js:1:1860569)
at qo (https://codesandbox.io/static/js/common.8b1ec1d2a.chunk.js:1:1784942)
at Xo (https://codesandbox.io/static/js/common.8b1ec1d2a.chunk.js:1:1785178)
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
Open the linked React sandbox and reproduce the crash, then trace the stack from app.dd31be6c9.js and common.8b1ec1d2a.chunk.js to the SignInModal component. Confirm the sign-in flow no longer throws the null split error in the reported Chrome and macOS environment.
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