Prepare for React 19
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.
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 |
What does the Vercel failure mean? Did I break something?
@timolins Would you know how I can troubleshoot the Vercel failure?
@timolins Any comments on this?
I came here to open exactly this PR. Now, I wonder whether I need to switch the toast library...
@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.
@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/