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
We noticed a crash when grouping by host in PulseUI's console:
Thread 1: Fatal error: No ObservableObject of type ConsoleEnvironment found. A View.environmentObject(_:) for ConsoleEnvironment may be missing as an ancestor of this view.
Steps to Reproduce
Open the PulseUI ConsoleView
Tap ⋯ > "Group By" > "Host"
Find a host with a "See All" cell and tap the "See All" cell
We noticed a crash when grouping by host in PulseUI's console:
Steps to Reproduce
CrashLog.ips.zip
Similar to #211, the issue seems to be with
ConsoleEnvironment
environment object not being set up.The text was updated successfully, but these errors were encountered: