codesandbox / codesandbox/codesandbox-client

n

Open
#7,629 0 comments 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 76.0.3809 Chrome OS x86_64 debe5e3f8

Route:
https://codesandbox.io/pro

Error Message
RangeError: maximumFractionDigits value is out of range.
RangeError: maximumFractionDigits value is out of range.
  at new NumberFormat (<anonymous>)
  at r (https://codesandbox.io/static/js/app.e2b39ed57.js?_sw-precache=5a445cd5a1573b20e5e05376855e50bc:9:2118206)
  at R (https://codesandbox.io/static/js/page-pro.95ebce485.chunk.js?_sw-precache=e132b0e4a670daaf7f54df838351d1fe:1:24620)
  at Ze (https://codesandbox.io/static/js/page-pro.95ebce485.chunk.js?_sw-precache=e132b0e4a670daaf7f54df838351d1fe:1:26037)
  at ua (https://codesandbox.io/static/js/common.bf7d829fe.chunk.js?_sw-precache=32b4a074cf4e7fa55a2e9ad7fd4a140b:1:1791262)
  at Ka (https://codesandbox.io/static/js/common.bf7d829fe.chunk.js?_sw-precache=32b4a074cf4e7fa55a2e9ad7fd4a140b:1:1799484)
  at xs (https://codesandbox.io/static/js/common.bf7d829fe.chunk.js?_sw-precache=32b4a074cf4e7fa55a2e9ad7fd4a140b:1:1837517)
  at ml (https://codesandbox.io/static/js/common.bf7d829fe.chunk.js?_sw-precache=32b4a074cf4e7fa55a2e9ad7fd4a140b:1:1821948)
  at hl (https://codesandbox.io/static/js/common.bf7d829fe.chunk.js?_sw-precache=32b4a074cf4e7fa55a2e9ad7fd4a140b:1:1821873)
  at il (https://codesandbox.io/static/js/common.bf7d829fe.chunk.js?_sw-precache=32b4a074cf4e7fa55a2e9ad7fd4a140b:1:1819221)

  in Ze
  in $e
  in o
  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 crash on the /pro route using the reported Chrome environment and inspect the NumberFormat stack trace in the bundled JavaScript. Trace the failing code back to its source entry point; done means the RangeError no longer occurs on that route and the crash can no longer be reproduced.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, react
Domain
frontend, web-dev
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.