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
ModalBottomSheetProps is an almost perfect grouping of all possible properties for showModalBottomSheet, however RouteSettings is still missing.
Our telemetry uses a NavigatorObserver to group events by view, based on the route name.
Adding RouteSettings? to ModalBottomSheetProps to then pass along the showModalBottomSheet call would allow us to group events together for this open dropdown.
The text was updated successfully, but these errors were encountered:
ModalBottomSheetProps
is an almost perfect grouping of all possible properties forshowModalBottomSheet
, howeverRouteSettings
is still missing.Our telemetry uses a
NavigatorObserver
to group events by view, based on the route name.Adding
RouteSettings?
toModalBottomSheetProps
to then pass along theshowModalBottomSheet
call would allow us to group events together for this open dropdown.The text was updated successfully, but these errors were encountered: