dash icon indicating copy to clipboard operation
dash copied to clipboard

[BUG] JSON Parse error when using dash_ag_grid and dash pages

Open l0uden opened this issue 10 months ago • 1 comments

dash                           2.16.1
dash_ag_grid                   31.0.1
dash-bootstrap-components      1.5.0
dash-core-components           2.0.0
dash-html-components           2.0.0
dash-mantine-components        0.12.1
dash-table                     5.0.0
dash-testing-stub              0.0.2

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:

SyntaxError: JSON Parse error: Unexpected identifier "undefined"

Expected behavior

No console error occurred

Screenshots

image

l0uden avatar Apr 26 '24 15:04 l0uden