Open isaacbain opened 4 months ago
compare()
doesn't work in Shiny yet. Because of how it's structured it's technically a separate HTMLwidget that would need its own render function. I'd like to get this working eventually!
Hey, I would love to get this working, however I am not really familiarised with rendering HTMLwidgets yet. Are there any updates on this function? Thanks!
Hello,
I can't seem to get compare() working in a Shiny app. I've tried to make a minimal reproducible example here. It gives the error:
Warning in renderWidget(instance) : Ignoring explicitly provided widget ID "compare-container-db634"; Shiny doesn't use them
.