We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae8479 commit b61452dCopy full SHA for b61452d
shiny/ui/_page.py
@@ -547,6 +547,7 @@ def page_auto(
547
# TODO: change page_navbar() to remove `sidebar` and accept a sidebar as a
548
# *arg.
549
page_fn = page_navbar # pyright: ignore[reportGeneralTypeIssues]
550
+ args = tuple([x for x in args if x not in sidebars])
551
kwargs["sidebar"] = sidebars[0]
552
553
else:
0 commit comments