Skip to content
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

Error in running codemods with no import name on specifier #538

Closed
gitdallas opened this issue Sep 14, 2023 · 0 comments · Fixed by #540
Closed

Error in running codemods with no import name on specifier #538

gitdallas opened this issue Sep 14, 2023 · 0 comments · Fixed by #540
Assignees

Comments

@gitdallas
Copy link
Contributor

A product experienced an error on charts-remove-ChartThemeVariant on line 19 where it attempted to check the imported.name. This occurred because they have an import like import * as React from 'react'

Possibly just a imported?.name check, but worth checking if there are any other issues or places this might occur.

@gitdallas gitdallas changed the title Error in running codemods Error in running codemods with no import name on specifier Sep 14, 2023
@gitdallas gitdallas self-assigned this Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant