Closed alexturcan closed 6 years ago
Thanks for the bug report and sorry for the late reply.
The issue is now solved in the dev version of condformat. Note that the solution depends on having htmlwidgets >= 1.3 installed, currently available on github.
devtools::install_github('ramnathv/htmlwidgets')
I will leave the issue open until htmlwidgets 1.3 is released, and once that happens I will close this issue and submit condformat to CRAN.
htmlwidgets current CRAN version:
Best
Fix released on CRAN 0.8.0. (Windows and OSX packages will be built during the next ~48h)
Hey,
It would be cool if this package were updated to support the recently added shiny async render functions. At the moment, renderCondformat() does not handle promises.
Here is a minimal repro:
And here is the output of sessionInfo():
Thank you!