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 https://github.com/kean/Pulse/issues/211, the issue seems to be with
ConsoleEnvironment
environment object not being set up.