From 5279dba5360286eba5125a24bfc2ed8b1d0aa690 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Chalifour?= Date: Tue, 10 Nov 2020 17:44:53 +0100 Subject: [PATCH] fix(qs): ignore `storage` param --- .../src/createLocalStorageRecentSearchesPlugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/autocomplete-plugin-recent-searches/src/createLocalStorageRecentSearchesPlugin.ts b/packages/autocomplete-plugin-recent-searches/src/createLocalStorageRecentSearchesPlugin.ts index d591f43c5..ccb177d3d 100644 --- a/packages/autocomplete-plugin-recent-searches/src/createLocalStorageRecentSearchesPlugin.ts +++ b/packages/autocomplete-plugin-recent-searches/src/createLocalStorageRecentSearchesPlugin.ts @@ -38,7 +38,7 @@ export type CreateRecentSearchesLocalStorageOptions< type LocalStorageRecentSearchesPluginOptions< TItem extends RecentSearchesItem -> = CreateRecentSearchesPluginParams & +> = Pick, 'getTemplates'> & CreateRecentSearchesLocalStorageOptions; export function createLocalStorageRecentSearchesPlugin<