-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Labels
Description
I have a grid that works perfectly fine with dash 2.18.2 (and dash ag grid 31.3.0). When updating to dash3.0rc1, I'm getting ais_loading
type error. The grid quickly shows up and disappears yielding this error. I can update this issue later with a reproducible grid, but I want to file before I forget. Here is the full error:
TypeError: Cannot read properties of undefined (reading 'is_loading')
at eh.componentDidUpdate (http://127.0.0.1:8050/_dash-component-suites/dash_ag_grid/async-community.js:21566:101653)
at commitLayoutEffectOnFiber (http://127.0.0.1:8050/_dash-component-suites/dash/deps/[email protected]_0_0rc1m1738559574.2.0.js:23343:32)
at commitLayoutMountEffects_complete (http://127.0.0.1:8050/_dash-component-suites/dash/deps/[email protected]_0_0rc1m1738559574.2.0.js:24698:11)
at commitLayoutEffects_begin (http://127.0.0.1:8050/_dash-component-suites/dash/deps/[email protected]_0_0rc1m1738559574.2.0.js:24684:9)
at commitLayoutEffects_begin (http://127.0.0.1:8050/_dash-component-suites/dash/deps/[email protected]_0_0rc1m1738559574.2.0.js:24666:13)
at commitLayoutEffects (http://127.0.0.1:8050/_dash-component-suites/dash/deps/[email protected]_0_0rc1m1738559574.2.0.js:24622:5)
at commitRootImpl (http://127.0.0.1:8050/_dash-component-suites/dash/deps/[email protected]_0_0rc1m1738559574.2.0.js:26833:7)
at commitRoot (http://127.0.0.1:8050/_dash-component-suites/dash/deps/[email protected]_0_0rc1m1738559574.2.0.js:26692:7)
at finishConcurrentRender (http://127.0.0.1:8050/_dash-component-suites/dash/deps/[email protected]_0_0rc1m1738559574.2.0.js:25991:11)
at performConcurrentWorkOnRoot (http://127.0.0.1:8050/_dash-component-suites/dash/deps/[email protected]_0_0rc1m1738559574.2.0.js:25819:9)