V2 update for popup #2704
Replies: 2 comments 3 replies
-
With CoPilot hep, you need to do await, so you wait for the opening the popup. CoPilot suggested code:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello, |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In Popup V1 I used this code to open a popup to say a waiting message to the user and after a load I close the popup but in V2 the popup opens too late and the close request does nothing.
If I click outside the popup to close it manually, my application crashes saying there is no popup open.
Can you help me understand what the problem is, whether it's my code or a V2 bug?
Beta Was this translation helpful? Give feedback.
All reactions