language-javascript-jsx
language-javascript-jsx copied to clipboard
Multi-line element opening tags not working
Splitting large opening tags such as this doesn't work:
title={"Edit "+this.props.friend.fname+" "+this.props.friend.lname+"'s Account"}
modal={false}
open={this.state.editOpen}
onRequestClose={this.editClose} >
It's not recognising it as a complete opening tag.