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
OutlineGroup in SwiftUI, which we currently use in the explorer, does not provide a way to save its expansion states like DisclosureGroup do. As a result, I am unable to find a way to implement this without building a custom OutlineGroup like UI component for displaying recursive data. Alternatively, we could wait for an update from SwiftUI.
The text was updated successfully, but these errors were encountered:
As is in the tittle.
OutlineGroup
in SwiftUI, which we currently use in the explorer, does not provide a way to save its expansion states likeDisclosureGroup
do. As a result, I am unable to find a way to implement this without building a customOutlineGroup
like UI component for displaying recursive data. Alternatively, we could wait for an update from SwiftUI.The text was updated successfully, but these errors were encountered: