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
4: attr1=<div> foo <Foo baz=<b>bar</b> /></div>
^ JSX value should be either an expression or a quoted JSX text
4: attr1=<div> foo <Foo baz=<b>bar</b> /></div>
^ Unexpected token <
4: attr1=<div> foo <Foo baz=<b>bar</b> /></div>
^ JSX value should be either an expression or a quoted JSX text
4: attr1=<div> foo <Foo baz=<b>bar</b> /></div>
^ Unexpected token <
4: attr1=<div> foo <Foo baz=<b>bar</b> /></div>
^ Expected corresponding JSX closing tag for Foo
6: /> ^ Unexpected token >
7: ^ Unexpected end of input
jsx spec and babel have this as per
facebook/jsx#53
babel/babel#6006
Flow version: 0.94.0
Expected behavior
No errors
Actual behavior
https://flow.org/try/#0JYWwDg9gTgLgBAKjgQwM5wEoFNkGN4BmUEIcARFDvmQNwBQduEAdqvACZwC8cAPO8ABucOnDHiJY5DBhQAjF35CAfHAIQIfAGIa4AI2QAvRXuUGovAPSm4l5VYGDloya+myATIse3nryXZ0QA
The text was updated successfully, but these errors were encountered: