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
In #91099 we implemented ScopedHistory.block. Now that this API is available, it should be favored for all navigation blocking needs, and be used instead of AppMountParameters.onAppLeave that shall be removed at a later time.
In #91099 we implemented
ScopedHistory.block
. Now that this API is available, it should be favored for all navigation blocking needs, and be used instead ofAppMountParameters.onAppLeave
that shall be removed at a later time.Identified usages:
dashboard
@elastic/kibana-presentationkibana/src/plugins/dashboard/public/application/dashboard_app.tsx
Lines 245 to 260 in e82bbcf
visualize
@elastic/kibana-appkibana/src/plugins/visualize/public/application/app.tsx
Lines 50 to 55 in 4584a8b
lens
@elastic/kibana-appkibana/x-pack/plugins/lens/public/app_plugin/app.tsx
Lines 232 to 240 in 89327bf
maps
@elastic/kibana-giskibana/x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx
Lines 126 to 131 in 4584a8b
ml
@elastic/ml-uikibana/x-pack/plugins/ml/public/application/app.tsx
Line 128 in 70d6143
security_solution
@elastic/security-solutionkibana/x-pack/plugins/security_solution/public/app/app.tsx
Lines 70 to 72 in 4584a8b
The text was updated successfully, but these errors were encountered: