mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-31 09:48:53 -04:00
Improved semantics when returning from switchMap
This commit is contained in:
@@ -143,7 +143,7 @@ export function mountSearchResult(
|
||||
.pipe(
|
||||
bufferCount(4),
|
||||
zipWith(boundary$),
|
||||
switchMap(([chunk]) => of(...chunk))
|
||||
switchMap(([chunk]) => chunk)
|
||||
)
|
||||
))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user