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
Personally I don't think this needs to be in the React docs. (And at least some syntax highlighters- like the Babel plugin for Sublime- don't handle nested elements like this without the wrapping {}s. Atom seems okay with it though.)
But I don't have a strong feeling on this so I'll defer to others.
babel/babel#6004 was resolved via babel/babel#6006, so as of Babel 7
<div attr=<div /> />
will work.Should an example of this be added in the React documentation? If so, where? Would JSX In Depth be appropriate?
The text was updated successfully, but these errors were encountered: