-
-
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 linting error when using rest props #7754
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 [email protected]. Thanks! |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
@ianschmitz Seems like build fails... again. Could you restart? |
I triggered a new build, but it seems to still be failing for the same reason. |
This is Azure pipeline issues I think. You can try to run one-by-one to reduce service load |
This fails not related to my changes it's 100% sure |
The I know people want a fix, but i don't feel comfortable merging this as-is because it looks like there may be other rest/spread issues when linting still. Would you be able to debug this @alexandrtovmach? |
@ianschmitz I can take a look just tomorrow morning (almost midnight for me now) so if someone else can investigate in it quicker - go ahead) If not, I'll fix it in 10 hours |
@alexandrtovmach it seems to have sorted itself. Tests are now passing on my local machine and in CI. Thanks! |
@ianschmitz This is my package.json.
` |
@chrisreedio, I believe it's because this hasn't been released yet. Hopefully it will be soon. You can check the npm page to know when the last release was (which was 11 days ago at the time of this writing). Thanks to @alexandrtovmach for the PR and @ianschmitz for merging 👏 |
@ianschmitz Yeah, as I said the problem is not related to my changes =) So it's merged, but when it'll be live? I can't find any estimates for 3.1.3 |
Is there a work around? I tried forcing [email protected] and I still have the issue. Somehow this issue broke my builds. Which I found odd given I was specifying exact versions. Appreciate your time! |
@chrisreedio My fix is not available now, so you need to use one of temporary solutions: |
@alexandrtovmach Thank you! |
Fixes #7753 that's affected by breaking change in webpack-contrib/eslint-loader#294