Const
Maps an Observable of Arraylike to an Observable of the first item.
Example:
const text$ = useObservable(pluckFirst, [props.text]) Copy
const text$ = useObservable(pluckFirst, [props.text])
An Observable of array-like.
Maps an Observable of Arraylike to an Observable of the first item.
Example: