Skip to content

v12.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Sep 19:40
2aa2a66

👷‍♂️ 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 return display: block. This caused testing-library to not return the element when using getByRole('dialog'). (#802)