-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[App Search] Fix error connecting state (#98234)
* Fix ErrorConnecting state to be caught/returned earlier - This fixes AppSearch crashing when in an error connecting state and missing props required for AppSearchConfigured - This also fixes the error connecting page not showing up for engine routes - The SetupGuide route was moved to a top-level route, so that all views always have access to it no matter what * [Extra] Simplify engine route/path - Move engine/route path under the main <Layout> - Change <AppSearchNav> behavior to pass subNavs based on route matches, rather than requiring a prop passed to it + add useRouteMatch mock Co-authored-by: Kibana Machine <[email protected]>
- Loading branch information
1 parent
f07ebc8
commit 9b2d0c3
Showing
4 changed files
with
99 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters