Matan Borenkraout
Matan Borenkraout
@Nikodem98, can you please provide a reproduction of this one? At the moment this issue doesn't have a lot of us to investigate. You can use https://testing-library.com/new-rtl to create the...
I'm resolving this as no reproduction was added. If someone's experiencing this and can provide a reproduction, please comment here and I'll re-open.
Thanks Sebastian. Is there any documentation about this change? Are they just deprecating the module?
> > Thanks Sebastian. Is there any documentation about this change? Are they just deprecating the module? > > This is the related [doc](https://react.dev/warnings/react-dom-test-utils). Thanks.. This was created by @eps1lon...
@dev-frid `waitForNextUpdate` was too much of a React implementation detail and we couldn't support it in RTL. The option we provide now is to use `waitFor` and wait for a...
Keep in mind that `React` aren't actually using the `beforeinput` event, so even if we add support for that, it won't work in RTL: https://github.com/facebook/react/issues/11211. I'll look up what needs...
I think that printing out `generic` roles is quite confusing and misses the purpose a bit. `generic` role means nothing to screen readers or to users, it's just the implicit...
@cupojoe if you mean the `hidden` flag, then @naorpeled had a fix for the types, I just merged it :) About the debug tool, `logRoles` aims to be a helper...
Hi @kappys1, thanks for opening this one. Since the code examples doesn't contain everything we need, to further investigate it, we'll need a minimal reproduction using github/codesandbox.
Hi @jossmac, thanks for opening this. I'm not sure I'm entirely understanding your request, but since you already have a solution that works, you can build a [custom query](https://testing-library.com/docs/dom-testing-library/api-custom-queries) in...