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
I have jsx-closing-bracket-location set to after-props. However, it's throwing a warning where it shouldn't. This happens when a prop is defined as a function, like this:
Right, currently the rule only check if the closing bracket is on the same line as the last prop, which does not work if the prop value is on multiple lines.
I have
jsx-closing-bracket-location
set toafter-props
. However, it's throwing a warning where it shouldn't. This happens when a prop is defined as a function, like this:This throws a warning, but it shouldn't.
The text was updated successfully, but these errors were encountered: