Open
Description
Hi, im currently working with plotly in python shiny using shinywidgets. Now there seems to be an issue coming from plotly, where the callbacks dont fire for a responsive FigureWidget. Specifically callbacks installed on the widgets width. This worked with plotly v5.24.1. There i could resize the browser window, which would then resize the FigureWidget (because it is responsive) and this would trigger the width callback. This doesnt work anymore in plotly v6.2.0.
Also, every callback would be initially run when the FigureWidget is first rendered in plotly v5.24.1. This also doesnt seem to happen anymore. Is this deliberate?