dreamRs / shinybusy

Minimal busy indicator for Shiny apps
https://dreamrs.github.io/shinybusy/
Other
138 stars 16 forks source link

Error when using add_busy_spinner with position="full-page" #15

Closed stkrogs closed 3 years ago

stkrogs commented 3 years ago

I get this error: Error in tag("div", list(...)) : argument is missing, with no default when using add_busy_spinner with position="full-page". The error is in line 151 of busy-spinner.R where the line ends with a comma (it shouldn't as it's right before the closing parenthesis).

pvictor commented 3 years ago

Thanks ! That's fixed.