Uh oh!
There was an error while loading. Please reload this page.
Fix linting error when using rest props - #7754
Conversation
facebook-github-bot
commented
Sep 30, 2019
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! |
facebook-github-bot
commented
Sep 30, 2019
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
alexandrtovmach
commented
Sep 30, 2019
@ianschmitz Seems like build fails... again. Could you restart? |
ianschmitz
commented
Sep 30, 2019
I triggered a new build, but it seems to still be failing for the same reason. |
alexandrtovmach
commented
Sep 30, 2019
This is Azure pipeline issues I think. You can try to run one-by-one to reduce service load |
alexandrtovmach
commented
Sep 30, 2019
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? |
alexandrtovmach
commented
Sep 30, 2019
@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.
` |
kentcdodds
commented
Oct 1, 2019
@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 👏 |
alexandrtovmach
commented
Oct 1, 2019
@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 |
chrisreedtech
commented
Oct 1, 2019
Is there a work around? I tried forcing react-scripts@3.0.1 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! |
alexandrtovmach
commented
Oct 1, 2019
@chrisreedio My fix is not available now, so you need to use one of temporary solutions: |
chrisreedtech
commented
Oct 1, 2019
@alexandrtovmach Thank you! |
Fixes#7753 that's affected by breaking change in webpack-contrib/eslint-loader#294