codesandbox / codesandbox/codesandbox-client

1111

Open
#8,489 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 126.0.0 Windows 10 b1e758b94

Route:
https://codesandbox.io/s/sdk-kj5961?file=/src/index.ts

Error Code:
bd1c841bfb5143c8b0df037256434402

Error Message
TypeError: Cannot read properties of null (reading 'split')
TypeError: Cannot read properties of null (reading 'split')
  at R (https://codesandbox.io/static/js/app.88dfd96a0.js:9:2092108)
  at ua (https://codesandbox.io/static/js/common.bf7d829fe.chunk.js:1:1791262)
  at xs (https://codesandbox.io/static/js/common.bf7d829fe.chunk.js:1:1836344)
  at ml (https://codesandbox.io/static/js/common.bf7d829fe.chunk.js:1:1821948)
  at hl (https://codesandbox.io/static/js/common.bf7d829fe.chunk.js:1:1821873)
  at il (https://codesandbox.io/static/js/common.bf7d829fe.chunk.js:1:1819221)
  at https://codesandbox.io/static/js/common.bf7d829fe.chunk.js:1:1777663
  at t.unstable_runWithPriority (https://codesandbox.io/static/js/common.bf7d829fe.chunk.js:1:1852645)
  at qo (https://codesandbox.io/static/js/common.bf7d829fe.chunk.js:1:1777372)
  at Xo (https://codesandbox.io/static/js/common.bf7d829fe.chunk.js:1:1777608)

  in R
  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 di
  in pi
  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 by reproducing the crash from the linked CodeSandbox route in Chrome on Windows 10, then trace the SignInModal entries in the stack from the reported TypeError and error code. The source file and failing test are not identified; done means the crash is reproduced, its cause is located, and the sign-in flow no longer throws this error.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, react, typescript
Domain
authentication, 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.