codesandbox / codesandbox/codesandbox-client

crash

Open
#7,521 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 111.0.0 Windows 10 ea205370c

Route:
https://codesandbox.io/s/fsd-mar-23-jx59m9?file=/src/App.js

Error Code:
5d2b8e697d29495fa2e479801f07eae0

Error Message
TypeError: Cannot read properties of undefined (reading 'title')
TypeError: Cannot read properties of undefined (reading 'title')
  at It (https://codesandbox.io/static/js/default~app~embed.3be9428f0.chunk.js:471:54543)
  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 It
  in DragSource(It)
  in DropTarget(DragSource(It))
  in div
  in elements__Tabs
  in div
  in elements__Container
  in Gt
  in div
  in elements__Header
  in div
  in elements__Container
  in n
  in div
  in div
  in t
  in div
  in t
  in div
  in De
  in $t
  in div
  in t
  in div
  in t
  in div
  in div
  in styled.div
  in div
  in elements__Container
  in De
  in ly
  in Unknown
  in Unknown
  in t
  in t
  in div
  in elements__Content
  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 linked CodeSandbox route and /src/App.js, then use the reported error code and stack trace to investigate the crash in the deployed frontend bundle. Reproduce the TypeError involving an undefined value whose title is read, identify the triggering interaction, and confirm that the crash no longer occurs.

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
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.