Closed MrGeniusProgrammer closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
superforms | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 23, 2024 5:17pm |
Added in 2.18.0
This PR addresses an issue where an endpoint does not return an action result object as expected. To resolve this, I have wrapped the result returned from the response in an action result object. The
customRequest
handler has been modified to properly handle action result objects.