-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
v6.10.1 breaks v6.10.0 builds (related to jsx-indent) #1117
Comments
This also is breaking react-dates react-dates/react-dates#383 |
Looking at it. |
@yannickcr i'm afraid this still isn't fixed. This code is still warning on jsx-indent, newly in 6.10+. |
(there's a number of other examples in that repo; clone at this sha and run |
Crap, you're right. Seems to be another issue with multi-line tags. I'll made another patch release shortly. but there is a good chance it will be done tomorrow (it's getting late here). |
We're still experiencing this bug with <div>
{myText} of {myOtherText} completed before something else
</div>
// Expected indentation of 12 space characters but found 1 react/jsx-indent |
@atkinchris I'm still experiencing problems as well. My sample:
|
Still seeing the issue with version 6.10.2 also. Reverting to 6.9.0 works. Reverting for now. |
@yannickcr #1118 has some extra test cases. |
Error:
Code from
103:11
:https://github.com/diegohaz/arc/blob/84ef1227b18f3d80ac6a297345ccc007ab191015/src/components/molecules/Modal/index.js#L103
On
v6.10.0
it doesn't occur.The text was updated successfully, but these errors were encountered: