From d5d430afdb59f230d307ca9e0a402ea2a209ada1 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Fri, 11 Aug 2023 15:36:18 +0200 Subject: [PATCH] add startWith operator --- src/Umbraco.Web.UI.Client/src/external/rxjs/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Umbraco.Web.UI.Client/src/external/rxjs/index.ts b/src/Umbraco.Web.UI.Client/src/external/rxjs/index.ts index abc0543f3c..f7d17284b7 100644 --- a/src/Umbraco.Web.UI.Client/src/external/rxjs/index.ts +++ b/src/Umbraco.Web.UI.Client/src/external/rxjs/index.ts @@ -16,4 +16,5 @@ export { firstValueFrom, switchMap, filter, + startWith, } from 'rxjs';