Skip to content

Add search input to mobile search page(with fixed performance) #63263

Add search input to mobile search page(with fixed performance)

Add search input to mobile search page(with fixed performance) #63263

Triggered via pull request February 6, 2025 14:22
Status Failure
Total duration 3m 46s
Artifacts

typecheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.