You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
node_modules/@testing-library/react/types/index.d.ts:129:52 - error TS2344: Type 'Container' does not satisfy the constraint 'Element | DocumentFragment'.
Type 'Document | Container' is not assignable to type 'Element | DocumentFragment'.
Type 'Document' is not assignable to type 'Element | DocumentFragment'.
Type 'Document' is missing the following properties from type 'Element': attributes, classList, className, clientHeight, and 100 more.
Type 'Container' is not assignable to type 'DocumentFragment'.
Type 'Document | Container' is not assignable to type 'DocumentFragment'.
Type 'Document' is not assignable to type 'DocumentFragment'.
Types of property 'ownerDocument' are incompatible.
Type 'null' is not assignable to type 'Document'.
can be reproduced with:
Originally posted by @AviVahl in #1304 (comment)
The text was updated successfully, but these errors were encountered: