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
Set up two dash pages. One should contain dash_ag_grid.
Run the app, open the page with dash_ag_grid and quickly (in 1 second) switch to different page.
Next error occurs in browser console:
Hi @l0uden
Thank you for reporting the issue. I was able to reproduce the error. This appears to be a problem with dash-ag-grid and will likely be transferred there for further investigation.
I also noticed this error message:
ag-grid-community.auto.esm.js:438 AG Grid: Grid API function getColumnState() cannot be called as the grid has been destroyed. It is recommended to remove local references to the grid api. Alternatively, check gridApi.isDestroyed() to avoid calling methods against a destroyed grid. To run logic when the grid is about to be destroyed use the gridPreDestroy event. See: See https://www.ag-grid.com/react-data-grid/grid-lifecycle/#grid-pre-destroyed value @ ag-grid-community.auto.esm.js:438
gvwilson
changed the title
[BUG] JSON Parse error when using dash_ag_grid and dash pages
JSON Parse error when using dash_ag_grid and dash pages
Aug 13, 2024
Description
Set up two dash pages. One should contain
dash_ag_grid
.Run the app, open the page with
dash_ag_grid
and quickly (in 1 second) switch to different page.Next error occurs in browser console:
Expected behavior
No console error occurred
Screenshots
The text was updated successfully, but these errors were encountered: