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: use new JSX transform #10187

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jonkoops
Copy link
Contributor

Introduces the new JSX transform which removes the need to import React in every file that contains JSX. Also adds linting configuration to support the new transformation, including a rule to ban the default React import (import React from 'react') in favor of named imports.

Closes #9289

@patternfly-build
Copy link
Contributor

patternfly-build commented Mar 21, 2024

@jonkoops jonkoops force-pushed the new-jsx-transform branch 3 times, most recently from 2229d0c to cebf279 Compare March 26, 2024 20:28
Copy link

This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@github-actions github-actions bot added the Stale label May 27, 2024
@jonkoops
Copy link
Contributor Author

Just going to bump this because there are still things in the works to get this landed.

@github-actions github-actions bot removed the Stale label May 28, 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.

Use the new JSX tranform
2 participants