Open anoukd opened 2 years ago
@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? @nickmccurdy @aduth @CarsonMcKinstry @fbring
@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? @nickmccurdy @aduth @CarsonMcKinstry @fbring
The same is occurring with me here, I'm using Preact 10.15.1 and @testing-library/preact@3.2.3
Getting this error when running
npm install
&npm ci
using npm 8.12.1: