Replies: 1 comment 8 replies
-
Hello @lucypoly, yes, For PS: Use the version of |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello I am using
"react-select": "4.3.1",
But when I try to
import { Props } from 'react-select';
I receive an error
TS7016: Could not find a declaration file for module 'react-select'. '/Users/lpolianychko/Projects/lib-components/node_modules/react-select/dist/react-select.cjs.js' implicitly has an 'any' type. Try `npm install @types/react-select` if it exists or add a new declaration (.d.ts) file containing `declare module 'react-select';
When I go to @types/react-select it is deprecated! How should I import types?
Beta Was this translation helpful? Give feedback.
All reactions