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
Here's what I get when I open the app with the dash-ag-grid==35.2.0:
Screen.Recording.2026-04-21.at.16.19.20.mov
I guess the bug is introduced with this PR -> #440, but not fully sure.
We in Vizro team would like to stay updated with the latest dash-ag-grid, but our default configuration for dag.AgGrid objects in Vizro contains the configuration from the example above. So for now, we're sticked with the dash-ag-grid=33.3.3.
Thanks in advance, and let us know if you need any further information or help 🚀
The following minimal reproducible example works fine with the
dash-ag-grid==33.3.3, but it crashes with the latestdash-ag-grid==35.2.0.Here's what I get when I open the app with the
dash-ag-grid==35.2.0:Screen.Recording.2026-04-21.at.16.19.20.mov
I guess the bug is introduced with this PR -> #440, but not fully sure.
We in Vizro team would like to stay updated with the latest
dash-ag-grid, but our default configuration fordag.AgGridobjects in Vizro contains the configuration from the example above. So for now, we're sticked with thedash-ag-grid=33.3.3.Thanks in advance, and let us know if you need any further information or help 🚀