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
It might be useful to have a PanelContext that contain info about the visibility/state of the panel (hidden, focused, etc.) and that could also be used for providing state. We could add something like a usePersistentState hook and that hook reads from the PanelContext it is in to save to the right spot in redux or something. Not sure how we'd want to go about using that hook (limit to a single call? Require an ID for multiple calls?) but I think it would be useful for functional component state
usePersistentState()
hook, from the UITable component) #163The text was updated successfully, but these errors were encountered: