You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems to be causing infinite recursion, presumably because the date serialization isn't consistent between Plotly and Panel in this case. Not convinced there's much we can do here.
ALL software version info
(this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc should be added within the dropdown below.)
Software Version Info
Python 3.12.4 ```plaintext panel==1.5.5 plotly==5.24.1 bokeh==3.6.2 ```Description of expected behavior and the observed behavior
Dragging the range slider on a plotly fig freezes the app, but only if its type of the x-axis is 'date' and the controls are being rendered.
Complete, minimal, self-contained example code that reproduces the issue
Screenshots or screencasts of the bug in action
The text was updated successfully, but these errors were encountered: