-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typescript build error #3665
Comments
I've encountered a similar issue when TS tooling auto-imported |
I ran into something similar, as:
Had to switch from the auto imported thing to: import {default as Select} from 'react-select' For those using Babel, this could maybe also be resolved by adding a flow-preset to babel? |
Got lots of compile errors after upgrade to v3. Is there a reason why you moved types in @types/react-select package to I referenced some of your types outside
Problem with |
Is there any plan to fix this? |
Poorly (or not at all) documented, but the components are exported as such:
All the files under |
I was using awesome-type-script loader without a problem and had this error when switching to ts-loader. I had: Updating to So I think this bug is not from this project. It was in definitively type and it was fixed. |
I had the same problem specifically with Importing from 'react-select' solved the issue partially for me because types were missing So instead of I'm using |
Looks like this is resolved. I'm going to close this for now in an effort to clean up the issues. Feel free to comment if you think this issue is still unresolved. |
Hi,
actually i implemented react-select into an typescript application and after adding the needed components for an auto-suggest Element with material-ui, i get this build error from typescript:
The text was updated successfully, but these errors were encountered: