You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
Browser console reflected that the this.state.paymentOpen updated properly but the view does not change accordingly.
On Safari, I don't see any error but on Google Chrome, I have the following error:
Uncaught TypeError: Cannot read property 'appendChild' of undefined
at raster.syncState (raster.js:144)
at raster.update (raster.js:68)
at raster.parseAST (raster.js:17)
at domraster.sendMessage (index.js:25)
at domraster.render (index.js:20)
at RasterManager.render (rastermanager.js:30)
at BBApp.Component.setState (component.js:38)
at BBApp.showPayment (pay.js:46)
at Button.onPress (pay.js:36)
at bubbleEvent (events.js:105)
The text was updated successfully, but these errors were encountered:
syr-cli
version: latestsyr
version: 1.7.2Relevant code.
What you did:
Pressed the "Pay" Button
What happened:
Browser console reflected that the
this.state.paymentOpen
updated properly but the view does not change accordingly.On Safari, I don't see any error but on Google Chrome, I have the following error:
The text was updated successfully, but these errors were encountered: