Tags: CodexClub567/react-testing-library
Tags
feat: Move `@testing-library/dom` and `@types/react-dom` to peer depe… …ndencies (testing-library#1305) BREAKING CHANGE: `@testing-library/dom` was moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of `@testing-library/dom` installed that frequently caused bugs when used with `@testing-library/user-event`. We will also be able to allow new versions of `@testing-library/dom` being used without a SemVer major release of `@testing-library/react` by just widening the peer dependency. `@types/react-dom` needs to be installed if you're typechecking files using `@testing-library/react`. Co-authored-by: Matan Borenkraout <matanbobi@gmail.com>
chore: Adjust tests to workaround 18.3.0 bug (testing-library#1315)
fix: Improve `legacyRoot` error message (testing-library#1301)
PreviousNext