Reputation: 137
I am trying what I am doing is wrong but didn't find any.Tried to uninstall and reinstall the package then also it is not working here are the images for more clearer idea
Upvotes: 0
Views: 2309
Reputation: 46
I was also facing the same issue, I have solved this by installing the type definition for react-otp-input -
npm i @types/react-otp-input
Upvotes: 0
Reputation: 56
As per React 18 you may catch a dependency error.
My fix was: npm install --force react-otp-input
Upvotes: 2