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
if I rename the variable style with something else, everything is fine.
Cannot read property 'name' of undefined
TypeError: Cannot read property 'name' of undefined
at /Users/tommy.leunen/dev/pppp/node_modules/eslint-plugin-react/lib/rules/style-prop-object.js:51:34
at Array.find (native)
The text was updated successfully, but these errors were encountered:
The rule is throwing in my code with this example:
if I rename the variable
style
with something else, everything is fine.The text was updated successfully, but these errors were encountered: