-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Unexpected error comes out when everything is ok (related to jsx-indent) #1118
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
Comments
Same for me, failing e.g. on the following line: Not sure from which version it start happening. |
The version I used: ^6.10.2 |
Yep, seems to be counting the first group of space after a react element. (6.10.2)
Gives 1
Gives 3
Gives 0 |
Temporary fix: use a fixed version until the bug is fixed. |
@megapctr it is not working for me |
I have 6.10.2 version and it doesn't work <div className="PageCampaignEditSettingsAdExample__headRating">
<Rating rating={rating} />
( {reviews} )
</div>
|
This is a duplicate of #1117 - thanks for the extra test cases! |
This is ok and no error comes out.
when I add any character after this like:
and the error comes out:
my eslint config :
Is it a bug or something wrong with my config?
The text was updated successfully, but these errors were encountered: