-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conflicting peer dependency @testing-library/preact-hooks@"^1.1.0"
#18
Comments
@testing-library/preact and preact-hooks are conflicting, which prevents updating the preact-testing-library if the preact-hooks are installed to project. @testing-library/preact is still missing the renderHook-function. Any progress with this? Is there anything I could help with? |
The same is occurring with me here, I'm using Preact 10.15.1 and @testing-library/[email protected] |
Getting this error when running
npm install
&npm ci
using npm 8.12.1:The text was updated successfully, but these errors were encountered: