```ts const y = useObservable((input$, state$) => state$, undefined, [1]); // Actual type: `[number] | undefined` // Expected type: `undefined` ```