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
When working on a Shiny Express app the "Attach Express" magic doesn't trigger when hot reload occurs. I'm not sure there's anything we can do about this, but I wanted to raise an issue for posterity.
To replicate:
Run an app which doesn't do the express imports
Update the code to add from shiny.express import ui
The "ASGI" app error occurs.
The text was updated successfully, but these errors were encountered:
When working on a Shiny Express app the "Attach Express" magic doesn't trigger when hot reload occurs. I'm not sure there's anything we can do about this, but I wanted to raise an issue for posterity.
To replicate:
from shiny.express import ui
The "ASGI" app error occurs.
The text was updated successfully, but these errors were encountered: