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
In these cases the parent expression type of the ReactDOM.render() call is AssignmentExpression, which is not in the list of expression types blacklisted by the plugin (source). This is rather surprising behavior.
The text was updated successfully, but these errors were encountered:
The react/no-render-return-value plugin currently fires for the following:
However, it doesn't fire for the following:
or the following:
In these cases the parent expression type of the
ReactDOM.render()
call isAssignmentExpression
, which is not in the list of expression types blacklisted by the plugin (source). This is rather surprising behavior.The text was updated successfully, but these errors were encountered: