codesandbox / codesandbox/codesandbox-client
perte de fichier
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 | 95.0.4638 | Windows 10 | 606381738 |
Route:
https://codesandbox.io/dashboard/settings/permissions?workspace=5788abcd-f3fa-4558-9876-e5e819d85369
Error Message
TypeError: Cannot read properties of null (reading 'id')
TypeError: Cannot read properties of null (reading 'id')
at Dh (https://codesandbox.io/static/js/app.ffc741dfe.js:266:394854)
at ua (https://codesandbox.io/static/js/common.cae856104.chunk.js:1:1788307)
at xs (https://codesandbox.io/static/js/common.cae856104.chunk.js:1:1833570)
at ml (https://codesandbox.io/static/js/common.cae856104.chunk.js:1:1819146)
at hl (https://codesandbox.io/static/js/common.cae856104.chunk.js:1:1819071)
at il (https://codesandbox.io/static/js/common.cae856104.chunk.js:1:1816399)
at https://codesandbox.io/static/js/common.cae856104.chunk.js:1:1774582
at t.unstable_runWithPriority (https://codesandbox.io/static/js/common.cae856104.chunk.js:1:1849918)
at qo (https://codesandbox.io/static/js/common.cae856104.chunk.js:1:1774291)
at Xo (https://codesandbox.io/static/js/common.cae856104.chunk.js:1:1774527)
in Dh
in t
in t
in t
in t
in div
in UserSettings___StyledStack
in div
in UserSettings___StyledElement
in Jg
in div
in Settings___StyledElement
in xC
in t
in t
in div
in Content___StyledElement
in Unknown
in withRouter()
in main
in Dashboard___StyledElement2
in div
in Dashboard___StyledStack2
in div
in Dashboard___StyledStack
in Unknown
in De
in Unknown
in ox
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
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 reproducing the crash at the dashboard settings permissions route using the reported Chrome and Windows environment, then inspect the stack trace around the minified app and common bundles. Trace the null value read by the permissions settings view and add coverage for the failing state. Done means the route no longer crashes and the original scenario is covered.
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
- 25/100