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 added spacing/objectLiterals config for jsx-curly-spacing and I think I am getting an issue.
render(){return(<divonClick={this.handleClick}style={{color: "blue"}}// From doc, it should affect only this part right?>{// <- There should be no newline after '{'!this.state.clicked
? "Hi"
: "Hey"} // <- There should be no newline before '{'</div>)}
The doc only show an example in props, not sure why it's yelling for nodes.
The text was updated successfully, but these errors were encountered:
I added spacing/objectLiterals config for jsx-curly-spacing and I think I am getting an issue.
The doc only show an example in props, not sure why it's yelling for nodes.
The text was updated successfully, but these errors were encountered: