Skip to content

In Express mode, an AttributeError during tagify() results in unhelpful error #937

@wch

Description

@wch

Example:

from shiny.express import input, ui

with ui.nav_panel(title="One"):
    "one"

with ui.sidebar():
    "hello"

Results in this error:

ERROR:    Error loading ASGI app. Attribute "_2f_Users_2f_winston_2f_Projects_2f_py_2d_shiny_2f_examples_2f_express_2f_sidebar_5f_app_2e_py" not found in module "shiny.express.app".

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions