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

Replace usage of deprecated JSX global namespace with React.JSX #2163

Merged
merged 4 commits into from May 1, 2024

Conversation

aryaemami59
Copy link
Contributor

@aryaemami59 aryaemami59 commented Apr 30, 2024

This PR:

  • Runs npx types-react-codemod scoped-jsx . to replace usage of the deprecated JSX global namespace with React.JSX in preparation for React 19.

Relevant Links:

  - This change was made by running `npx types-react-codemod scoped-jsx .` in preparation for React 19.
Copy link

codesandbox-ci bot commented Apr 30, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@timdorr
Copy link
Member

timdorr commented Apr 30, 2024

Can we remove the semicolons? That doesn't match the code style and will get wiped on the next format.

@aryaemami59
Copy link
Contributor Author

@timdorr Yessirrrr

@timdorr
Copy link
Member

timdorr commented May 1, 2024

Awesome. Thanks!

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.

None yet

2 participants