domasx2 / testing-library-selector

reusable selectors for @testing-library
MIT License
41 stars 6 forks source link

Update @testing-library/dom to v10 #7

Open jwm01cg opened 4 months ago

jwm01cg commented 4 months ago
Narbe66 commented 2 months ago

Is there any update to this issue?

patii132 commented 2 months ago

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?

Narbe66 commented 2 months ago

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