timolins / react-hot-toast

Smoking Hot React Notifications 🔥
https://react-hot-toast.com
MIT License
9.85k stars 331 forks source link

Prepare for React 19 #374

Open memark opened 1 month ago

memark commented 1 month ago

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.

vercel[bot] commented 1 month ago

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 commented 1 month ago

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

memark commented 1 month ago

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

memark commented 1 month ago

@timolins Any comments on this?