# DOM Testing Library v10.0.0-alpha.3 - Product: DOM Testing Library (https://whatsnew.fyi/product/testing-library-dom) - Vendor: Testing Library - Date: 2024-04-04 - Version: v10.0.0-alpha.3 - Original notes: https://github.com/testing-library/dom-testing-library/releases/tag/v10.0.0-alpha.3 - Permalink: https://whatsnew.fyi/product/testing-library-dom/releases/v10.0.0-alpha.3 - Labels: Pre-release What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Stop calling waitFor callback after timeout - **fixed** — Use defineProperty on the error object instead of setting the message directly #### [10.0.0-alpha.3](https://github.com/testing-library/dom-testing-library/compare/v10.0.0-alpha.2...v10.0.0-alpha.3) (2024-04-04) ###### Bug Fixes * Stop calling `waitFor` callback after timeout ([#1271](https://github.com/testing-library/dom-testing-library/issues/1271)) ([9aaf715](https://github.com/testing-library/dom-testing-library/commit/9aaf71524beaeafdf9d8b690a4a78867fa50a5d2)) * use defineProperty on the error object instead of setting the message directly ([#1261](https://github.com/testing-library/dom-testing-library/issues/1261)) ([270a531](https://github.com/testing-library/dom-testing-library/commit/270a531bcd8bee2ccaaa96a477619f14422faebe)), closes [#1259](https://github.com/testing-library/dom-testing-library/issues/1259)