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
Thanks. Debugging a data app's event-triggered reload logic, which I use a lot, gets confounded if core store / table have their own bug. I could see the trace going through beforeSetStore, but didn't sort it out.
Running neo/examples/stateProvider/Table.mjs invokes onStoreLoad twice, hence createViewData is invoked twice. Shouldn't this only load once?
https://github.com/neomjs/neo/blob/42029c4405b6a5c1189fb5ad641672db584eccc1c/src/table/Container.mjs#L476
neo/src/table/View.mjs
Line 325 in 42029c4
The text was updated successfully, but these errors were encountered: