[ ] @Robbie1977 to fix as query is present but doesn't show up at Q (under splits)
This one is due to missing labels (see comment below)
%0A%0A%0A%0A%0A%0ASupport%20info%3A%0AMon Nov 02 2020 09:22:04 GMT+0000 (Greenwich Mean Time)%0AChrome%2086.0.4240.111%20%5B1440,764%5D%0Ahttps://debug.virtualflybrain.org/org.geppetto.frontend/geppetto?id=FBbt_00047349%26i=VFB_00101567,VFB_jrchk8rz,VFB_jrchk8dz,VFB_jrchk8dy,VFB_00001225,VFB_00007677,VFB_00007460%0A%0A%60%60%60diff%0A%2B Browser History Call triggered termInfo: FBbt_00047349%0A%2D Warning: Cannot update during an existing state transition (such as within render). Render methods should be a pure function of props and state.%s
in Layout (created by VFBMain)
in div (created by VFBMain)
in VFBMain (created by ConnectFunction)
in ConnectFunction (created by ConnectFunction)
in ConnectFunction (created by component)
in component (created by Route)
in Route
in Switch
in Router (created by BrowserRouter)
in BrowserRouter
in Provider
in ErrorCatcher (created by WithStyles(ErrorCatcher))
in WithStyles(ErrorCatcher)%0A%2B Loading 1204 slices/tiles...%0A%60%60%60%0A
Splits are missing Expression_pattern label (IIRC this was hacked in p1) - ticket
Many Splits are missing a Split label (e.g. see above example) - this is almost certainly because these nodes are being added after label addition. Solution is to add during side loading
e.g.
This one is due to missing labels (see comment below)
%0A%0A%0A%0A%0A%0ASupport%20info%3A%0AMon Nov 02 2020 09:22:04 GMT+0000 (Greenwich Mean Time)%0AChrome%2086.0.4240.111%20%5B1440,764%5D%0Ahttps://debug.virtualflybrain.org/org.geppetto.frontend/geppetto?id=FBbt_00047349%26i=VFB_00101567,VFB_jrchk8rz,VFB_jrchk8dz,VFB_jrchk8dy,VFB_00001225,VFB_00007677,VFB_00007460%0A%0A%60%60%60diff%0A%2B Browser History Call triggered termInfo: FBbt_00047349%0A%2D Warning: Cannot update during an existing state transition (such as within
render
). Render methods should be a pure function of props and state.%s