Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

CodeSandbox crashed when trying to increase the console tab size. #7872

Closed
Karthik-Nayak98 opened this issue Aug 2, 2023 · 1 comment
Closed

Comments

@Karthik-Nayak98
Copy link

馃挜 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 115.0.0 Windows 10 df8844a

Route:
https://codesandbox.io/s/fetchwithtimeout-4yh7zl?file=/src/index.js

Error Code:
7c7c0c1608934ab18c6acf68aac24bee

Error Message
TypeError: Cannot read properties of undefined (reading 'indexOf')
TypeError: Cannot read properties of undefined (reading 'indexOf')
  at https://codesandbox.io/static/js/common.9637ade4f.chunk.js?_sw-precache=4551204809953157d4547cf63bb60811:1:640448
  at ua (https://codesandbox.io/static/js/common.9637ade4f.chunk.js?_sw-precache=4551204809953157d4547cf63bb60811:1:1791394)
  at xs (https://codesandbox.io/static/js/common.9637ade4f.chunk.js?_sw-precache=4551204809953157d4547cf63bb60811:1:1836476)
  at ml (https://codesandbox.io/static/js/common.9637ade4f.chunk.js?_sw-precache=4551204809953157d4547cf63bb60811:1:1822080)
  at hl (https://codesandbox.io/static/js/common.9637ade4f.chunk.js?_sw-precache=4551204809953157d4547cf63bb60811:1:1822005)
  at il (https://codesandbox.io/static/js/common.9637ade4f.chunk.js?_sw-precache=4551204809953157d4547cf63bb60811:1:1819353)
  at https://codesandbox.io/static/js/common.9637ade4f.chunk.js?_sw-precache=4551204809953157d4547cf63bb60811:1:1777795
  at https://codesandbox.io/static/js/common.9637ade4f.chunk.js?_sw-precache=4551204809953157d4547cf63bb60811:1:1852777
  at qo (https://codesandbox.io/static/js/common.9637ade4f.chunk.js?_sw-precache=4551204809953157d4547cf63bb60811:1:1777504)
  at Xo (https://codesandbox.io/static/js/common.9637ade4f.chunk.js?_sw-precache=4551204809953157d4547cf63bb60811:1:1777740)
  at Yo (https://codesandbox.io/static/js/common.9637ade4f.chunk.js?_sw-precache=4551204809953157d4547cf63bb60811:1:1777675)
  at el (https://codesandbox.io/static/js/common.9637ade4f.chunk.js?_sw-precache=4551204809953157d4547cf63bb60811:1:1816142)
  at Object.enqueueSetState (https://codesandbox.io/static/js/common.9637ade4f.chunk.js?_sw-precache=4551204809953157d4547cf63bb60811:1:1782456)
  at n.setState (https://codesandbox.io/static/js/common.9637ade4f.chunk.js?_sw-precache=4551204809953157d4547cf63bb60811:1:2035462)
  at i (https://codesandbox.io/static/js/default~app~embed.01e0588cd.chunk.js?_sw-precache=1487ec6ad691eee592a143e509f95395:605:113669)
  at n.setStateDelayedFlush (https://codesandbox.io/static/js/default~app~embed.01e0588cd.chunk.js?_sw-precache=1487ec6ad691eee592a143e509f95395:605:113740)
  at n.setHidden (https://codesandbox.io/static/js/default~app~embed.01e0588cd.chunk.js?_sw-precache=1487ec6ad691eee592a143e509f95395:605:114294)
  at HTMLDocument.<anonymous> (https://codesandbox.io/static/js/default~app~embed.01e0588cd.chunk.js?_sw-precache=1487ec6ad691eee592a143e509f95395:605:116220)
  at HTMLDocument.r (https://codesandbox.io/static/js/common.9637ade4f.chunk.js?_sw-precache=4551204809953157d4547cf63bb60811:1:202000)

  in Unknown
  in bound 
  in div
  in li
  in Unknown
  in Unknown
  in ol
  in Unknown
  in he
  in t
  in Ie
  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 De
  in on
  in div
  in t
  in div
  in t
  in div
  in div
  in styled.div
  in div
  in elements__Container
  in De
  in Ry
  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
@CompuIves
Copy link
Member

Hey! Thanks for reporting this, it looks like this happened because of an upgrade we did to the console-feed package. Whenever we had to print an Error without a stack-trace to the console, the component would crash. We've now reverted that update, so it should not happen again. In the upcoming weeks we're going to replace our console solution with a version that's powered by Chrome Devtools, so that will be a big upgrade when it comes to our logging experience, and will result in a more stable experience.

I'm really sorry for the inconvenience, we've now pinned the version of console-feed in the meantime to make sure this won't happen again, so the issue is fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants