rstudio / bslib

Tools for theming Shiny and R Markdown via Bootstrap 3, 4, or 5.
https://rstudio.github.io/bslib/
Other
472 stars 57 forks source link

Avoid re-registering bslib components and globals #1045

Closed gadenbuie closed 5 months ago

gadenbuie commented 5 months ago

Fixes #1044

Avoids redefining bslib-provided custom elements or web components (e.g. bslib-tooltip, bslib-popover) as well as globally-registered classes (bslib.Sidebar and bslib.Card).

In both cases a console error message is provided:

[bslib] Global window.bslib.Sidebar was already defined, using previous definition.
[bslib] Custom element bslib-tooltip was already defined, using previous definition.