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

Closed
wants to merge 3 commits into from
Closed

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?

@frontendphil
Copy link

I came here to open exactly this PR. Now, I wonder whether I need to switch the toast library...

@memark
Copy link
Author

memark commented Dec 11, 2024

@frontendphil I already switched to toastify, which is pretty similar and actively maintained. I'll leave this PR open just in case the project comes back to life.

@landsman
Copy link

landsman commented Feb 17, 2025

@timolins can you pelase switch to github actions to let contributors see the issue?

This could be good enough I think: https://daiyi.co/blog/pr-previews-for-github-pages/

@memark memark closed this Feb 17, 2025
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.

3 participants