v12.1.1
👷♂️ Patch fixes
- Fixes issue related to wrong computed style for "display" being return for HTMLDialogElement when it is open. It returned
display: none
, but should returndisplay: block
. This caused testing-library to not return the element when usinggetByRole('dialog')
. (#802)