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 tried to run the action-decorators codemod on our codebase but a few files failed with the following error:
TypeError: Cannot read property 'name' of undefined
at isActionsHash (/private/var/folders/6y/_8qpkt114jzb442txt_9w_2c0000gn/T/jscodeshift119914-33518-jsfuua.4uejq:82:14)
at Array.find (<anonymous>)
at NodePath.ast.find.replaceWith.path (/private/var/folders/6y/_8qpkt114jzb442txt_9w_2c0000gn/T/jscodeshift119914-33518-jsfuua.4uejq:10:45)
at NodePath.<anonymous> (/Users/tbieniek/.config/yarn/global/node_modules/jscodeshift/src/collections/Node.js:144:47)
at __paths.forEach (/Users/tbieniek/.config/yarn/global/node_modules/jscodeshift/src/Collection.js:77:36)
at Array.forEach (<anonymous>)
at Collection.forEach (/Users/tbieniek/.config/yarn/global/node_modules/jscodeshift/src/Collection.js:76:18)
at Collection.replaceWith (/Users/tbieniek/.config/yarn/global/node_modules/jscodeshift/src/collections/Node.js:142:17)
at Collection.typedMethod [as replaceWith] (/Users/tbieniek/.config/yarn/global/node_modules/jscodeshift/src/Collection.js:415:43)
at transformer (/private/var/folders/6y/_8qpkt114jzb442txt_9w_2c0000gn/T/jscodeshift119914-33518-jsfuua.4uejq:9:32)
The text was updated successfully, but these errors were encountered:
I tried to run the
action-decorators
codemod on our codebase but a few files failed with the following error:The text was updated successfully, but these errors were encountered: