Open memark opened 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 |
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?
The global
JSX
type is deprecated in React 18.3 and removed in React 19 RC. This PR changes the code to use the supportedReact.JSX
syntax instead. It also changes fromJSX.Element
to the supportedReact.ReactElement
.