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
ESDoc is failing to parse files that contain React fragments in short syntax. (<></>)
warning: could not parse the following code. if you want to use ECMAScript proposals, see https://esdoc.org/manual/feature.html#ecmascript-proposal
/Users/usr1/Code/3dmapping/javascript/packages/console/routes/team/screens/UserTeams.js
128| ];
129|
130| return (
131| <>
132| <Row>
133| <BackButton fallback={`/users/${this.props.match.params.userId}/profile`}/>
134| <PageTitle titleText={["Manage Users", `${user.first_name} ${user.last_name}`, "Teams"]}/>
Babel supports this syntax from version 7 onwards, yet it seems ESDoc fails to recognize it.
Other react components not containing this syntax do parse and generate docs without issue.
The text was updated successfully, but these errors were encountered:
ESDoc is failing to parse files that contain React fragments in short syntax. (<></>)
My configuration is as follows
Babel supports this syntax from version 7 onwards, yet it seems ESDoc fails to recognize it.
Other react components not containing this syntax do parse and generate docs without issue.
The text was updated successfully, but these errors were encountered: