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
Unable to destructure ComponentName props.
ERR path_to_component Transformation error (Could not replace path)
Error: Could not replace path
at NodePath.replace (path_to_project/node_modules/ast-types/lib/path.js:324:19)
at NodePath.NPp.replace (path_to_project/node_modules/ast-types/lib/node-path.js:62:39)
at NodePath.<anonymous> (path_to_project/node_modules/jscodeshift/src/collections/Node.js:143:20)
at path_to_project/node_modules/jscodeshift/src/Collection.js:75:36
at Array.forEach (<anonymous>)
at Collection.forEach path_to_project/node_modules/jscodeshift/src/Collection.js:74:18)
at Collection.replaceWith (path_to_project/node_modules/jscodeshift/src/collections/Node.js:140:17)
at Collection.replaceWith path_to_project/node_modules/jscodeshift/src/Collection.js:413:43)
at module.exports (path_to_project/node_modules/react-codemod/transforms/pure-component.js:290:15)
I have
PureComponent
only withstatic propTypes
andrender
I run
and I get error
Component code example:
The text was updated successfully, but these errors were encountered: