-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
TypeError: (0 , _extractFiles.extractFiles) when using with create-react-app and Typescript #56
Comments
Is it an issue similar to this? |
I tried both, one with |
Well, there is no It might be related to spotty typescript support for .mjs. |
it returns |
Oh, you mean it causes the error internally, not that
|
Yes, I'm sure they are correct. |
I still suspect it is that CRA issue. Are you sure you are on CRA v1.1.0? It's only a few days old, but if you look in the changes it says:
|
@jaydenseric yes, you are right. I updated |
I used @jaydenseric 's suggestion for adding mjs file extensions after updating to CRA 2. It fixed my error, which was: ectractFiles is not a function. |
Hi, I got the folowing error when I try to use
apollo-upload-client
withcreate-react-app
andTypescript
:TypeError: (0 , _extractFiles.extractFiles) is not a function
My package verions:
And here is my setup:
The text was updated successfully, but these errors were encountered: