I am trying install react-input-search. I have error:
Could not find a declaration file for module 'react-search-input'. '.../app/node_modules/react-search-input/lib/index.js' implicitly has an 'any' type. Try
npm install @types/react-search-inputif it exists or add a new declaration (.d.ts) file containingdeclare module 'react-search-input';ts(7016)
react-search-inputin a codesandbox and it appears to be functional. Do you mind sharing a bit of your package.json file and other project details?react-input-searchorreact-search-input?react-search-inputand notreact-input-searchas in your question text.