-
For instance, I noticed shiny.react/js/src/react/shinyBindings.jsx Lines 5 to 16 in 43679fa if yes, then the package will render the element with a div wrapper shiny.react/js/src/react/shinyBindings.jsx Lines 22 to 37 in 43679fa this may cause issues to layout / action if user incorporated their CSS & JS code, and defined custom className, here is an example: Reproducible examplesUse className
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @jonekeat, yes, this is related to #52. This wrapper was made to make it simpler to render Shiny bound nodes. A rendering mechanism of those nodes must be changed for us to be able to remove that wrapper. There is work in progress on that issue in #83, but it requires thorough testing before it's merged to ensure that all dependent packages work as expected with that change. |
Beta Was this translation helpful? Give feedback.
-
thanks @jakubsob for your clarification |
Beta Was this translation helpful? Give feedback.
Hi @jonekeat, yes, this is related to #52.
This wrapper was made to make it simpler to render Shiny bound nodes. A rendering mechanism of those nodes must be changed for us to be able to remove that wrapper.
There is work in progress on that issue in #83, but it requires thorough testing before it's merged to ensure that all dependent packages work as expected with that change.