-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
table-rename-isHoverable: Cannot read properties of undefined (reading 'name') #541
Comments
Hi,
This commit fixed it: |
As far as fixing this on the codemod side. If we added a However, it could be possible that we are wanting to target an import that could come through the default and used in that way ( To really fix this, we'd have to make exceptions for this type of import... which would affect nearly all codemods and likely be a pretty significant effort. |
As this is pretty uncommon and not a super trivial fix, I wonder if it would be good enough to ignore specifiers without import names (these default imports) by using the
|
We had the same error with this import: import * as Patternfly from "@patternfly/react-core"; Using The error:
|
Hello,
Could you please help me?
I am following: https://www.patternfly.org/get-started/upgrade/release-notes/
I get an error:
The text was updated successfully, but these errors were encountered: