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
I think the latest update broke arrow function support in require-render-return:
TypeError: Cannot read property 'name' of undefined
at getPropertyName (node_modules/eslint-plugin-react/lib/rules/require-render-return.js:57:20)
at Object.ArrowFunctionExpression (node_modules/eslint-plugin-react/lib/rules/require-render-return.js:96:40)
I think the latest update broke arrow function support in
require-render-return
:Example:
The text was updated successfully, but these errors were encountered: