Open jwm01cg opened 6 months ago
Is there any update to this issue?
Unfortunately, we are currently unable to perform an Angular 18 upgrade as it is not supported. Is there an update, when and if it will happen?
Just fixed it by overriding npm peer dependency. Just add
"overrides": {
"testing-library-selector": {
"@testing-library/dom": "^10.0.0"
}
}
to the end of your package.json
I'm submitting a ... [ ] bug report [x] feature request [ ] question about the decisions made in the repository [ ] question about how to use this project
Summary Thanks for this package - we use it in all of our tests to keep them tidy and use models of the page to build our assertions. We would like to upgrade to @testing-library/react v15, however this brings the version of @testing-library/dom to v10 with this package still using v9 as a peer dependency. This causes a lot of errors about
act()
usage in our logs.