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

Prepare for React 19 #374

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Prepare for React 19 #374

wants to merge 3 commits into from

Conversation

memark
Copy link

@memark memark commented Oct 6, 2024

The global JSX type is deprecated in React 18.3 and removed in React 19 RC. This PR changes the code to use the supported React.JSX syntax instead. It also changes from JSX.Element to the supported React.ReactElement.

Copy link

vercel bot commented Oct 6, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-hot-toast ❌ Failed (Inspect) Oct 6, 2024 5:14pm

@memark
Copy link
Author

memark commented Oct 6, 2024

What does the Vercel failure mean? Did I break something?

@memark
Copy link
Author

memark commented Oct 13, 2024

@timolins Would you know how I can troubleshoot the Vercel failure?

@memark
Copy link
Author

memark commented Oct 25, 2024

@timolins Any comments on this?

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.

1 participant