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
Changing a variable in the bs_themer theme customizer panel has no effect. A warning is displayed instead.
library(bslib)
bs_theme_preview(theme= bs_theme(), with_themer=TRUE)
# Then, in the app, change any variable using the theme customizer.# > Warning: bs_themer() encountered malformed input; ignoring# The theme preview does not change
(changing the overall theme with the dropdown and the dark mode toggle do work)
Session Info
─ Session info ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────
setting value
version R version 4.4.1 (2024-06-14)
os Ubuntu 22.04.5 LTS
system x86_64, linux-gnu
ui RStudio
language (EN)
collate en_US.UTF-8
ctype en_US.UTF-8
tz Etc/UTC
date 2024-11-25
rstudio 2024.09.0+375.pro3 Cranberry Hibiscus (server)
pandoc 2.9.2.1 @ /usr/bin/pandoc
Fixed by #1112, which isn't yet on CRAN. In the mean time you can use the development version of bslib by installing from GitHub or r-universe.dev.
# From GitHubpak::pak("rstudio/bslib")
# From r-universe
install.packages("bslib", repos= c("https://rstudio.r-universe.dev", "https://cloud.r-project.org"))
Describe the problem
Changing a variable in the
bs_themer
theme customizer panel has no effect. A warning is displayed instead.(changing the overall theme with the dropdown and the dark mode toggle do work)
Session Info
The text was updated successfully, but these errors were encountered: