-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
fix 'Duplicate string index signature' in ProcessEnv #5621
Conversation
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed. If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
Can you provide a reproducing project please? This issue is not present for me. |
@Timer I am experiencing this too. If the OP doesn't provide a repro, I'll try to. |
@jonathaningram can you give me a list of your files in |
I also tried by removing Removing Let me know if I can help any further. |
Hmm, very interesting. I was looking for a legacy file in your source tree if you tried the beta, but it isn't present. Can you please provide a minimal reproducing demo? That's the only way we're going to be able to figure this out. So far, you two are the only experiencing this issue so I'd like to figure out what's unique about your setup. |
@Timer see https://github.com/jonathaningram/cra-5621 Per the above, if you remove Note: package.json contains a few (I suspect) unrelated deps. I didn't go as far as trying to remove each of those. |
Reproducing Demo
then close {
"compilerOptions": {
"target": "es5",
"allowJs": true,
"skipLibCheck": true, into {
"compilerOptions": {
"target": "es5",
"allowJs": true,
"skipLibCheck":false, |
Fix Error: