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

chore: add react/create-element-to-jsx codemod to codemods and react-utils to project tooling #14

Merged
merged 5 commits into from
Dec 18, 2024

Conversation

amirabbas-gh
Copy link
Collaborator

📚 Description

This PR adds the react/create-element-to-jsx codemod from react-codemod to our repository. It also integrates react-utils from react-codemod into our project tooling. After adding these tools, the code has been formatted using Prettier to ensure consistency across the project.

🔗 Linked Issue

Fixes #327 - create-element-to-jsx could not be recognized.

🧪 Test Plan

The changes were tested by running the create-element-to-jsx codemod on the relevant codebase and ensuring that it correctly converts React.createElement calls to JSX syntax

@alexbit-codemod alexbit-codemod merged commit 7eeeb16 into main Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

create-element-to-jsx could not be recognized
2 participants