Add search input to mobile search page(with fixed performance) #63263
Annotations
2 errors
typecheck:
src/components/Search/SearchPageHeader/SearchPageHeaderInput.tsx#L233
Property 'substitutionMap' is missing in type '{ value: string; onSearchQueryChange: (userQuery: string) => void; isFullWidth: true; onSubmit: () => void; autoFocus: false; onFocus: () => void; wrapperStyle: ({ borderRadius: number; } | { backgroundColor: string; borderWidth: number; borderColor: string; })[]; wrapperFocusedStyle: { ...; }; rightComponent: React...' but required in type '{ value: string; onSearchQueryChange: (searchTerm: string) => void; onSubmit?: (() => void) | undefined; autocompleteListRef?: RefObject<SelectionListHandle> | undefined; ... 10 more ...; substitutionMap: SubstitutionMap; }'.
|
typecheck
Process completed with exit code 2.
|