Sebastian "Sebbie" Silbermann
Sebastian "Sebbie" Silbermann
> how should we handle the cases where the consumer uses the non-canary version that currently does not expose those options? Is there something different in that regard between your...
> Afaik it's different in the sense that we base the type definitions on what the version the consumer uses, in React 18 they won't get type autocompletions for v19...
Alternate: https://github.com/testing-library/react-testing-library/pull/1354
Please add a test. I don't understand why `document.body` would be `null`? Isn't that always defined?
You need to do the same you're already doing for Preact and other libraries using JSX. Considering how you test types with other libraries, I'd assume you want something like...