use-scroll-position icon indicating copy to clipboard operation
use-scroll-position copied to clipboard

Argument of type 'MutableRefObject<HTMLElement | null>' is not assignable to parameter of type 'MutableRefObject<HTMLElement | undefined>'.

Open gnowland opened this issue 2 years ago • 2 comments

Argument of type 'MutableRefObject<HTMLElement | null>' is not assignable to parameter of type 'MutableRefObject<HTMLElement | undefined>'.
  Type 'HTMLElement | null' is not assignable to type 'HTMLElement | undefined'.
    Type 'null' is not assignable to type 'HTMLElement | undefined'.ts(2345)

gnowland avatar Mar 14 '22 21:03 gnowland

ElementRef should be of type 'MutableRefObject<HTMLElement | null>' per https://github.com/DefinitelyTyped/DefinitelyTyped/issues/35572#issuecomment-498242139

gnowland avatar Mar 14 '22 21:03 gnowland

I am getting the same error. I would appreciate the PR being merged.

ImanMahmoudinasab avatar May 05 '24 18:05 ImanMahmoudinasab