Bug Fixes
rx.plotly(..., id="...")now reaches the DOM: theidprop is rendered as react-plotly.js'sdivId, which is the only id prop the library forwards to its container div. (#6977)
Miscellaneous
- Avoid redundant frontend dependency installation when using Plotly components. (#6850)