You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doesn't indent correctly. I also hit a bunch of rjsx-mode-hypothesize-unuseds around there when I tried to indent manually, but it seems to have gone away now... :P
The text was updated successfully, but these errors were encountered:
This goes with issue #1. It looks like there's two problems. The first is that
the closing paren isn't indented correctly (which this checks). The second is
that the jsx isn't recognized correctly for indentation until the closing paren.
(But after the closing paren is in place it does indent correctly, so this test
doesn't show an error in the jsx part).
I've found a few bugs, notably this test case:
doesn't indent correctly. I also hit a bunch of
rjsx-mode-hypothesize-unused
s around there when I tried to indent manually, but it seems to have gone away now... :PThe text was updated successfully, but these errors were encountered: