Unhandled React exception
See original GitHub issueDetailed 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:
- Created 4 years ago
- Comments:7 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Hi, please can you update to 0.6.2. Thanks
I believe this issue to be resolved in
nextbranch in which all of the number handling has been revamped to use BigNumber for currency conversions. Fix will be included in next release.