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
Example here https://github.com/datavisyn/sightline/blob/mweigl/145_trrack-vis/src/store/store.ts. The untrrackedAppSlice is created with a normal createSlice call, instead of the createTrrackableSlice. It's state still appears on the node, and is still set when traversing back to this node. This creates problems, as our app doesn't expect traversing to affect this part of the store.
The text was updated successfully, but these errors were encountered:
Just wanted to mention this issue currently makes TrrackVis unusable in our application (sightline). We introcuded a toggle in the unttrackedAppSlice to handle opening/closing a drawer to render TrrackVis. Navigation within the graph is now randomly closing the drawer, because of unintentional toggle state change.
I have isolated where the issue happens. I will try to have the fix in a couple of days. I will get a beta release made for testing in the sightline project.
Example here https://github.com/datavisyn/sightline/blob/mweigl/145_trrack-vis/src/store/store.ts. The untrrackedAppSlice is created with a normal createSlice call, instead of the createTrrackableSlice. It's state still appears on the node, and is still set when traversing back to this node. This creates problems, as our app doesn't expect traversing to affect this part of the store.
The text was updated successfully, but these errors were encountered: