codesandbox / codesandbox/codesandbox-client

some went wrong

Open
#7,642 0 comments 0 reactions 0 assignees View on GitHub

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 5719e8cc1

Route:
https://codesandbox.io/s/m2-ru-d0sd8?file=/src/index.js:24-76

Error Code:
98e40d11b0e5457dbb8bf196bea47132

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.161e324b4.js:9:2046616)
  at ua (https://codesandbox.io/static/js/common.7a596f839.chunk.js:1:1799106)
  at xs (https://codesandbox.io/static/js/common.7a596f839.chunk.js:1:1844369)
  at ml (https://codesandbox.io/static/js/common.7a596f839.chunk.js:1:1829945)
  at hl (https://codesandbox.io/static/js/common.7a596f839.chunk.js:1:1829870)
  at il (https://codesandbox.io/static/js/common.7a596f839.chunk.js:1:1827198)
  at https://codesandbox.io/static/js/common.7a596f839.chunk.js:1:1785381
  at t.unstable_runWithPriority (https://codesandbox.io/static/js/common.7a596f839.chunk.js:1:1860717)
  at qo (https://codesandbox.io/static/js/common.7a596f839.chunk.js:1:1785090)
  at Xo (https://codesandbox.io/static/js/common.7a596f839.chunk.js:1:1785326)

  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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the provided CodeSandbox route, src/index.js, and the SignInModal component named in the stack trace; reproduce the crash in Chrome on Windows using the linked sandbox. Trace the null value behind the split error in the unminified source. Done means the reported sign-in crash is reproducible no longer and the relevant behavior is covered by a regression test.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.