PeerAssets / chizukeki

チズケキ PeerAssets-able Peercoin web wallet.
https://peerassets.github.io/chizukeki/
BSD 3-Clause "New" or "Revised" License
3 stars 6 forks source link

Chizukeki crashes when clicking on expanded info of card_transfer #41

Closed peerchemist closed 6 years ago

peerchemist commented 6 years ago

screenshot from 2018-07-17 23-02-21

Clicking on expanded info for this card_transfer crashes the wallet.

log:

bundle.js:101 Error: Minified React error #130; visit http://facebook.github.io/react/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings. at f (bundle.js:101) at er (bundle.js:101) at h (bundle.js:101) at p (bundle.js:101) at bundle.js:101 at s (bundle.js:101) at beginWork (bundle.js:101) at r (bundle.js:101) at s (bundle.js:101) at i (bundle.js:101)

micimize commented 6 years ago

Thought I had fixed this after reproduction, fixing, and redeployment, but am still seeing it in production.

micimize commented 6 years ago

immediately tested again and the issue is fixed 😅

peerchemist commented 6 years ago

Still getting this.

bundle.js:101 Error: Minified React error #130; visit http://facebook.github.io/react/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings. at f (bundle.js:101) at er (bundle.js:101) at h (bundle.js:101) at p (bundle.js:101) at bundle.js:101 at s (bundle.js:101) at beginWork (bundle.js:101) at r (bundle.js:101) at s (bundle.js:101) at i (bundle.js:101) {componentStack: "↵ in div↵ in View↵ in t↵ in Styled(t)↵…n div↵ in View↵ in div↵ in View↵ in t"}

micimize commented 6 years ago

fixed again in d0d5024 - actually reintroduced intentionally to test the Fallback functionality ( #4 ) and forgot to undo the changes