Closed Ridder90 closed 1 month ago
If i understand correctly there are 2 issues.
use-t
is not in the dependency list.
2 use-t
is not compatible with react 18. Hope this is fixable! If you need help I would like to know :)
Hey! You need to install use-t
as a peer dependency:
yarn add use-t
It should now support React 18.
Thnx for building this usefull library.
When installed on my react based project. I get:
This is our package.json: