testing-library / react-hooks-testing-library

🐏 Simple and complete React hooks testing utilities that encourage good testing practices.
https://react-hooks-testing-library.com
MIT License
5.26k stars 233 forks source link

Update @types/react package to version 18 #972

Closed asifurrahaman754 closed 3 weeks ago

asifurrahaman754 commented 7 months ago

Relevant code or config:

What you did:

Trying to install react-hook-form

What happened:

Screenshot 2024-04-15 at 11 43 49 AM

Reproduction:

Problem description:

I am getting a lot of conflict error in my project while working with @testing-library/react-hooks with other packages, By investigating the error i found you have a package @types/react that is not updated, so please update it to version 18

Suggested solution:

Updating the @types/react to version 18 might solve this

Tockra commented 7 months ago

https://github.com/testing-library/react-hooks-testing-library?tab=readme-ov-file#a-note-about-react-18-support

joshuaellis commented 3 weeks ago

see testing-library/react-hooks-testing-library#a-note-about-react-18-support