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
Calling the network inspect function returns an error like missing field rx_dropped at line 1 column 1032. This is because the inspect function returns the NetworkInfo type when it should be returning NetworkDetails. PR incoming.