daattali / shinycssloaders

⌛ Add loading animations to a Shiny output while it's recalculating
https://daattali.com/shiny/shinycssloaders-demo/
Other
399 stars 45 forks source link

Warning in origRenderFunc() #3

Closed ThoDuyNguyen closed 7 years ago

ThoDuyNguyen commented 7 years ago

I noticed there was a warning when ever the spinner loading

Warning in origRenderFunc() :
  Ignoring explicitly provided widget ID "11a455151819"; Shiny doesn't use them

Is it normal or could it be compatible with Shiny? ( I tend to use it in production)

My session info

Session info ---------------------------------------------------------------------------------
 setting  value                       
 version  R version 3.4.0 (2017-04-21)
 system   x86_64, mingw32             
 ui       RStudio (1.0.143)           
 language (EN)                        
 collate  English_United States.1252  
 tz       Asia/Bangkok                
 date     2017-05-19                  

Packages -------------------------------------------------------------------------------------
 package         * version date       source        
 assertthat        0.2.0   2017-04-11 CRAN (R 3.4.0)
 colorspace        1.3-2   2016-12-14 CRAN (R 3.4.0)
 crosstalk         1.0.0   2016-12-21 CRAN (R 3.4.0)
 DBI               0.6-1   2017-04-01 CRAN (R 3.4.0)
 devtools          1.12.0  2016-12-05 CRAN (R 3.4.0)
 digest            0.6.12  2017-01-27 CRAN (R 3.4.0)
 dplyr           * 0.5.0   2016-06-24 CRAN (R 3.4.0)
 ggplot2         * 2.2.1   2016-12-30 CRAN (R 3.4.0)
 glue              1.0.0   2017-04-17 CRAN (R 3.4.0)
 gtable            0.2.0   2016-02-26 CRAN (R 3.4.0)
 hms               0.3     2016-11-22 CRAN (R 3.4.0)
 htmltools         0.3.6   2017-04-28 CRAN (R 3.4.0)
 htmlwidgets       0.8     2016-11-09 CRAN (R 3.4.0)
 httpuv            1.3.3   2015-08-04 CRAN (R 3.4.0)
 httr              1.2.1   2016-07-03 CRAN (R 3.4.0)
 jsonlite          1.4     2017-04-08 CRAN (R 3.4.0)
 lazyeval          0.2.0   2016-06-12 CRAN (R 3.4.0)
 magrittr          1.5     2014-11-22 CRAN (R 3.4.0)
 memoise           1.1.0   2017-04-21 CRAN (R 3.4.0)
 mime              0.5     2016-07-07 CRAN (R 3.4.0)
 munsell           0.4.3   2016-02-13 CRAN (R 3.4.0)
 plotly          * 4.6.0   2017-04-25 CRAN (R 3.4.0)
 plyr              1.8.4   2016-06-08 CRAN (R 3.4.0)
 purrr             0.2.2   2016-06-18 CRAN (R 3.4.0)
 R6                2.2.0   2016-10-05 CRAN (R 3.4.0)
 Rcpp              0.12.10 2017-03-19 CRAN (R 3.4.0)
 readr           * 1.1.0   2017-03-22 CRAN (R 3.4.0)
 reshape2        * 1.4.2   2016-10-22 CRAN (R 3.4.0)
 scales            0.4.1   2016-11-09 CRAN (R 3.4.0)
 shiny           * 1.0.3   2017-04-26 CRAN (R 3.4.0)
 shinycssloaders * 0.2.0   2017-05-12 CRAN (R 3.4.0)
 stringi           1.1.5   2017-04-07 CRAN (R 3.4.0)
 stringr           1.2.0   2017-02-18 CRAN (R 3.4.0)
 tibble            1.3.0   2017-04-01 CRAN (R 3.4.0)
 tidyr             0.6.1   2017-01-10 CRAN (R 3.4.0)
 viridisLite       0.2.0   2017-03-24 CRAN (R 3.4.0)
 withr             1.0.2   2016-06-20 CRAN (R 3.4.0)
 xtable            1.8-2   2016-02-05 CRAN (R 3.4.0)
 yaml              2.1.14  2016-11-12 CRAN (R 3.4.0)
andrewsali commented 7 years ago

You are probably getting this warning because you are using plotly - https://github.com/ropensci/plotly/issues/985

But to be sure, can you please check if you get the warning without adding the spinner to the plotly output?

ThoDuyNguyen commented 7 years ago

My app used plotly so that could be the cause. I'll report to you soon as long as I test with other htmlwidgets. Kind regards.