I am trying to import a file from react-validation but I am met with the following warning which isn't allowing the import:
Could not find a declaration file for module 'react-validation/build/form'
This file does exist in my node_modules folder since I installed the package via npm i react-validation and I clearly see the folder is there.
I tried import in different ways, for example: import Form from 'react-validation/build/form but still not working.