mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-24 07:30:12 +01:00
Improved semantics when returning from switchMap
This commit is contained in:
parent
1d1cf476c8
commit
366a5ea3a4
@ -143,7 +143,7 @@ export function mountSearchResult(
|
||||
.pipe(
|
||||
bufferCount(4),
|
||||
zipWith(boundary$),
|
||||
switchMap(([chunk]) => of(...chunk))
|
||||
switchMap(([chunk]) => chunk)
|
||||
)
|
||||
))
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user