Getting no output #471
-
I am using an npm package to create a payment request and I want the
What am I am doing wrong? 🤔 |
Beta Was this translation helpful? Give feedback.
Answered by
johnlindquist
Oct 8, 2021
Replies: 1 comment 1 reply
-
If you want to keep the UI open, try await div(wizardSessionKey, `p-4`) // p-4 is just to add some padding The the UI will stay open until you hit Enter or Escape. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
shuma
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
setPanel
doesn't prevent the script from completing, so your script is finishing and closing the UI.If you want to keep the UI open, try
The the UI will stay open until you hit Enter or Escape.