<SearchResultNext /> -> <SearchResult />, with deprecation warning.

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Eric Peterson
2021-06-04 17:50:53 +02:00
parent ab548091ed
commit 42b3615b04
9 changed files with 42 additions and 318 deletions
@@ -22,7 +22,7 @@ import { CatalogResultListItem } from '@backstage/plugin-catalog';
import {
SearchBarNext as SearchBar,
SearchFilterNext as SearchFilter,
SearchResultNext as SearchResult,
SearchResult,
DefaultResultListItem,
} from '@backstage/plugin-search';