codesandbox / codesandbox/codesandbox-client
Error when checking tabs
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 | 100.0.4896 | OS X 10.15.7 | b8d98f80d |
Route:
https://codesandbox.io/s/beautiful-http-w0ngf4?file=/src/App.tsx
Error Code:
3de79d64dc834eb9ae21cf90b7161c0f
Error Message
Error: Minified React error #31; visit https://reactjs.org/docs/error-decoder.html?invariant=31&args[]=object%20with%20keys%20%7Bstatus%2C%20headers%2C%20buffer%2C%20text%2C%20data%7D&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
Error: Minified React error #31; visit https://reactjs.org/docs/error-decoder.html?invariant=31&args[]=object%20with%20keys%20%7Bstatus%2C%20headers%2C%20buffer%2C%20text%2C%20data%7D&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Mi (https://codesandbox.io/static/js/common.eff6be823.chunk.js:1:1783157)
at https://codesandbox.io/static/js/common.eff6be823.chunk.js:1:1787965
at Ua (https://codesandbox.io/static/js/common.eff6be823.chunk.js:1:1796857)
at xs (https://codesandbox.io/static/js/common.eff6be823.chunk.js:1:1836779)
at ml (https://codesandbox.io/static/js/common.eff6be823.chunk.js:1:1820397)
at hl (https://codesandbox.io/static/js/common.eff6be823.chunk.js:1:1820322)
at il (https://codesandbox.io/static/js/common.eff6be823.chunk.js:1:1817650)
at https://codesandbox.io/static/js/common.eff6be823.chunk.js:1:1775833
at t.unstable_runWithPriority (https://codesandbox.io/static/js/common.eff6be823.chunk.js:1:1851169)
at qo (https://codesandbox.io/static/js/common.eff6be823.chunk.js:1:1775542)
at Xo (https://codesandbox.io/static/js/common.eff6be823.chunk.js:1:1775778)
at Yo (https://codesandbox.io/static/js/common.eff6be823.chunk.js:1:1775713)
at se (https://codesandbox.io/static/js/common.eff6be823.chunk.js:1:1844921)
at Sn (https://codesandbox.io/static/js/common.eff6be823.chunk.js:1:1759339)
in div
in div
in elements__MessageContainer
in it
in div
in t
in div
in ct
in div
in elements__Container
in 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 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 yy
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
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
Reproduce the crash using the linked CodeSandbox route and inspect src/App.tsx, focusing on the tab-checking interaction. Use the React error #31 details and the recorded environment to narrow down the rendered value. Done means checking tabs no longer produces the crash.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100