Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upadd_busy_spinner not functioning post updating shinybusy from v0.2.0 to v0.2.1 #12
Comments
|
Sorry for that, I'll fix it asap Victor |
|
That's fixed in the GitHub version, please re-install with: remotes::install_github("dreamRs/shinybusy")and try. Victor |
|
Sure, thank you victor. Appreciate the help. By when would it be updated in the cran ? |
|
I'll try to do that by the end of the week |
|
Sorry for the delay, on CRAN now |
I had used add_busy_spinner in my application to display automatic loader, but that seems to have broken post updating shinybusy to v0.2.1.
add_busy_spinner(spin = "fading-circle", timeout = 500, position = "full-page", color = "#3c8dbc", width = "85px", height = "85px"),I get a blank screen instead of the loader now.