Tags: Borolt/react-testing-library
Tags
fix: Match runtime type of baseElement in TypeScript types (testing-l… …ibrary#1023)
fix: Resolve warning using the wrong react-dom entrypoint (testing-li… …brary#1018) BREAKING CHANGE: Drop support for React < 18.0.0-rc.1
docs: add fmeum as a contributor for code, bug (testing-library#1016) Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
feat: Enable "missing act" warnings in React 18 by default (testing-l… …ibrary#994)
fix(render): Actually hydrate with given ui (testing-library#988)
fix: Don't trigger "missing act" warnings when using `waitFor`+real t… …imers (testing-library#980)
fix(TS): make wrapper allow a simple function comp (testing-library#966) Co-authored-by: eps1lon <silbermann.sebastian@gmail.com>
feat: Use concurrent React when available (testing-library#937) BREAKING CHANGE: If you have React 18 installed, we'll use the new [`createRoot` API](reactwg/react-18#5) by default which comes with a set of [changes while also enabling support for concurrent features](reactwg/react-18#4). To can opt-out of this change by using `render(ui, { legacyRoot: true } )`. But be aware that the legacy root API is deprecated in React 18 and its usage will trigger console warnings.
PreviousNext