codesandbox / codesandbox/codesandbox-client

tried to fork a sandbox and got crashed

Open
#7,561 1 comment 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 112.0.0 Windows 10 35619b613

Route:
https://codesandbox.io/s/horizon-ui-chakra-gt02dr?file=/src/components/calendar/MiniCalendar.js

Error Code:
449f59c0bddf4610ae8bedb366b6ee60

Error Message
TypeError: Method Date.prototype.toString called on incompatible receiver [object Object]
TypeError: Method Date.prototype.toString called on incompatible receiver [object Object]
  at Date.toString (<anonymous>)
  at ne (https://codesandbox.io/static/js/common.f8acf6ef0.chunk.js?_sw-precache=c054b731cf61a060a899714d81835b51:1:677018)
  at ua (https://codesandbox.io/static/js/common.f8acf6ef0.chunk.js?_sw-precache=c054b731cf61a060a899714d81835b51:1:1798028)
  at xs (https://codesandbox.io/static/js/common.f8acf6ef0.chunk.js?_sw-precache=c054b731cf61a060a899714d81835b51:1:1843110)
  at ml (https://codesandbox.io/static/js/common.f8acf6ef0.chunk.js?_sw-precache=c054b731cf61a060a899714d81835b51:1:1828714)
  at hl (https://codesandbox.io/static/js/common.f8acf6ef0.chunk.js?_sw-precache=c054b731cf61a060a899714d81835b51:1:1828639)
  at il (https://codesandbox.io/static/js/common.f8acf6ef0.chunk.js?_sw-precache=c054b731cf61a060a899714d81835b51:1:1825987)
  at https://codesandbox.io/static/js/common.f8acf6ef0.chunk.js?_sw-precache=c054b731cf61a060a899714d81835b51:1:1784429
  at https://codesandbox.io/static/js/common.f8acf6ef0.chunk.js?_sw-precache=c054b731cf61a060a899714d81835b51:1:1859411
  at qo (https://codesandbox.io/static/js/common.f8acf6ef0.chunk.js?_sw-precache=c054b731cf61a060a899714d81835b51:1:1784138)
  at Xo (https://codesandbox.io/static/js/common.f8acf6ef0.chunk.js?_sw-precache=c054b731cf61a060a899714d81835b51:1:1784374)
  at Yo (https://codesandbox.io/static/js/common.f8acf6ef0.chunk.js?_sw-precache=c054b731cf61a060a899714d81835b51:1:1784309)
  at el (https://codesandbox.io/static/js/common.f8acf6ef0.chunk.js?_sw-precache=c054b731cf61a060a899714d81835b51:1:1822776)
  at Object.enqueueSetState (https://codesandbox.io/static/js/common.f8acf6ef0.chunk.js?_sw-precache=c054b731cf61a060a899714d81835b51:1:1789090)
  at n.setState (https://codesandbox.io/static/js/common.f8acf6ef0.chunk.js?_sw-precache=c054b731cf61a060a899714d81835b51:1:2042096)
  at n.value (https://codesandbox.io/static/js/default~app~embed.7a5ef2253.chunk.js:605:33192)
  at Object.<anonymous> (https://codesandbox.io/static/js/default~app~embed.7a5ef2253.chunk.js:605:31612)
  at https://codesandbox.io/static/js/default~app~embed~sandbox~sandbox-startup.9bc169785.chunk.js:1:6731
  at Array.forEach (<anonymous>)
  at A (https://codesandbox.io/static/js/default~app~embed~sandbox~sandbox-startup.9bc169785.chunk.js:1:6694)
  at P (https://codesandbox.io/static/js/default~app~embed~sandbox~sandbox-startup.9bc169785.chunk.js:1:6903)

  in ne
  in se
  in g
  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 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 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 by reproducing the fork attempt using the linked sandbox route and the reported Chrome 112/Windows 10 environment. Trace the Date.prototype.toString TypeError through the provided stack and verify that forking completes without the crash; no repository source file or test is identified in the report.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.