Matan Borenkraout
Matan Borenkraout
Can you please share a minimal reproduction? I tried reproducing this one with the latest RTL version which is using `@testing-library/[email protected]` and this issue didn't reproduce.
As a general idea, the `getBy*` queries can accept a function that will be called for every element you're rendering and let you query the way you want. You can...
> Alternatively can we set the `browserslist` to `defaults` (or something including Node) and pin it to prevent breakage? Doing that will require us to use `overrides` since `browserslist` is...
I might be mistaken here, but if I understand correctly, the problem here is not the `fieldset`. You have a div with an `aria-label` of `Access Type` and a `label`...
From the error you've showed above, it looks like the `fieldset` was inside the `div`, that's why I thought it will be removed also. Can you please gather a minimal...
Hi @Amy-B-Tradition, thanks for opening this one :) Any chance you can test this against our alpha release? (can be installed using npm install @testing-library/dom@alpha). We've updated the underlying package...
> Oh, sorry, I just saw this. If you still need this, I'll try to make some time this weekend. As we still didn't ship the alpha version, any input...
Yeah, you'll need to use something like npm's `overrides` or yarn's `resolutions` field to override a dependencies version :) Sorry, I forgot to mention that.
Thanks for testing this @AmyBlankenship! I'll do my best to find time to release this version soon though my plate is quite full at the moment.
Hi @rdwoodring, thanks for opening this one :) Any chance you can test this against our alpha release? (can be installed using `npm install @testing-library/dom@alpha`). We've updated the underlying package...