question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unhandled React exception

See original GitHub issue

Detailed Description

TypeError: toBitcoin must be called on a whole number or string format whole number at Object.toBitcoin (http://localhost:3100/renderer.js:66:61329) at f (http://localhost:3100/renderer.js:318:2147609) at b (http://localhost:3100/renderer.js:318:2147740) at w (http://localhost:3100/renderer.js:318:2148506) at ls (http://localhost:3100/renderer.js:318:29117) at fa (http://localhost:3100/renderer.js:42:59532) at Za (http://localhost:3100/renderer.js:42:67748) at xs (http://localhost:3100/renderer.js:42:105936) at Ic (http://localhost:3100/renderer.js:42:90342) at Pc (http://localhost:3100/renderer.js:42:90267)

Your Environment

  • Zap version: Zap 0.6.0-beta

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
mrfeltoncommented, Nov 16, 2019

Hi, please can you update to 0.6.2. Thanks

0reactions
mrfeltoncommented, Mar 23, 2020

I believe this issue to be resolved in next branch in which all of the number handling has been revamped to use BigNumber for currency conversions. Fix will be included in next release.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error Boundaries - React
Error boundaries are React components that catch JavaScript errors anywhere in their child component tree, log those errors, and display a fallback UI...
Read more >
Handling Errors Within A React Application Using An Error ...
As of React v16, any unhandled errors will unmount the entire application. An error boundary component will prevent that from happening. Imagine ...
Read more >
Is there a way to globally catch unhandled promise exceptions ...
You can attach onunhandledrejection event to top most component componentDidDount method. class TopComponent extends React.
Read more >
Handling rejected promises in React with an error boundary
Treat unhandled promise rejections (exceptions in async code) consistently with regular synchronous exceptions in React.
Read more >
How to Handle Errors in React - AppSignal Blog
Let's look at the various ways you can handle React errors.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found