Long story short, running tagQuery() on a tag, that somewhere contains an htmlwidget UI output, changes the structure of the tag, such that the UI output won't be shown anymore.
Weirdly, this is only the case, when you do this at least twice.
I hope you can tell what the problem is and help me out.
Thanks in advance and kind regards
David
The text was updated successfully, but these errors were encountered:
schloerke
changed the title
tagQuery(): Weird output/modufication of tags with htmlwidget output insidetagQuery(): Nested tagList()htmlDependency() values are being dropped
Dec 6, 2021
Hi, I would like to use
tagQuery()to create/modify tags like cards, navbars and panels that serve as containers for UI output.I've already posted a detailed explanation of my problem including a reprex here:
https://community.rstudio.com/t/shiny-htmltools-custom-tags-behave-weird-when-using-tagquery-to-modify-tags/123308
Long story short, running
tagQuery()on a tag, that somewhere contains an htmlwidget UI output, changes the structure of the tag, such that the UI output won't be shown anymore.Weirdly, this is only the case, when you do this at least twice.
I hope you can tell what the problem is and help me out.
Thanks in advance and kind regards
David
The text was updated successfully, but these errors were encountered: