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
This occurs because shiny.express.modal is currently a re-export of shiny.ui.modal. I believe it should be an express context manager, similar to with shiny.express.h1():
The text was updated successfully, but these errors were encountered:
Because a modal is similar to a card, I thought I'd be able to write:
Live app link
Current output
This occurs because
shiny.express.modal
is currently a re-export ofshiny.ui.modal
. I believe it should be an express context manager, similar towith shiny.express.h1():
The text was updated successfully, but these errors were encountered: