Popups
#647
Replies: 1 comment 8 replies
-
What exactly do you mean by The fact that one currently can't export several root component is a known problem. This is currently not yet implemented. |
Beta Was this translation helpful? Give feedback.
8 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.
-
How should I handle popup windows? They're normally very useful, but I don't currently see a way to handle them.
My first thought was to add a
Popup
widget and export it in my main.60
file, but only my mainApp
widget gets exported. If I declare the popup in the main file, they only it gets exported and now I can't run my app at all, just my popups.Beta Was this translation helpful? Give feedback.
All reactions