codesandbox / codesandbox/codesandbox-client
Crash Report
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 | 116.0.0 | OS X 10.15.7 | e6aacdd00 |
Route:
https://codesandbox.io/s/flamboyant-meninsky-ftcclg?file=/src/index.ts
Error Code:
7e536e37c9dc41789b74cb0eb76e946c
Error Message
TypeError: Cannot read properties of undefined (reading 'trim')
TypeError: Cannot read properties of undefined (reading 'trim')
at https://codesandbox.io/static/js/common.709bc413f.chunk.js:1:766129
at c (https://codesandbox.io/static/js/common.709bc413f.chunk.js:1:731637)
at Generator._invoke (https://codesandbox.io/static/js/common.709bc413f.chunk.js:1:731390)
at Generator.next (https://codesandbox.io/static/js/common.709bc413f.chunk.js:1:731996)
at q (https://codesandbox.io/static/js/common.709bc413f.chunk.js:1:747006)
at https://codesandbox.io/static/js/common.709bc413f.chunk.js:1:748778
at ua (https://codesandbox.io/static/js/common.709bc413f.chunk.js:1:1865080)
at Ka (https://codesandbox.io/static/js/common.709bc413f.chunk.js:1:1873302)
at qa (https://codesandbox.io/static/js/common.709bc413f.chunk.js:1:1873121)
at Va (https://codesandbox.io/static/js/common.709bc413f.chunk.js:1:1872840)
at xs (https://codesandbox.io/static/js/common.709bc413f.chunk.js:1:1913574)
at ml (https://codesandbox.io/static/js/common.709bc413f.chunk.js:1:1895766)
at hl (https://codesandbox.io/static/js/common.709bc413f.chunk.js:1:1895691)
at il (https://codesandbox.io/static/js/common.709bc413f.chunk.js:1:1893039)
at https://codesandbox.io/static/js/common.709bc413f.chunk.js:1:1851481
at t.unstable_runWithPriority (https://codesandbox.io/static/js/common.709bc413f.chunk.js:1:1926463)
at qo (https://codesandbox.io/static/js/common.709bc413f.chunk.js:1:1851190)
at $o (https://codesandbox.io/static/js/common.709bc413f.chunk.js:1:1851426)
at Yo (https://codesandbox.io/static/js/common.709bc413f.chunk.js:1:1851361)
at se (https://codesandbox.io/static/js/common.709bc413f.chunk.js:1:1920238)
at Sn (https://codesandbox.io/static/js/common.709bc413f.chunk.js:1:1835034)
at HTMLDocument.r (https://codesandbox.io/static/js/common.709bc413f.chunk.js:1:275686)
in Unknown
in ol
in Unknown
in Ie
in t
in Re
in div
in Styled(div)
in t
in WithTheme(t)
in t
in WithTheme(t)
in div
in Styled(div)
in div
in Styled(div)
in v
in t
in div
in Styled(div)
in v
in t
in div
in elements__Messages
in div
in elements__Container
in n
in WithTheme(n)
in div
in elements__ContentContainer
in div
in elements__Container
in n
in div
in div
in t
in div
in t
in div
in Ie
in on
in div
in t
in div
in t
in div
in div
in styled.div
in div
in elements__Container
in Ie
in Ay
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 Ie
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 by opening the linked CodeSandbox route and reviewing the reported TypeError involving trim, along with the browser, OS, CodeSandbox version, and error code. Trace the minified common chunk stack back to the affected frontend behavior; the work is done when the crash can no longer be reproduced for this sandbox and the behavior is verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 18/100