inertiajs / inertia

Inertia.js lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers.
https://inertiajs.com
MIT License
6.02k stars 405 forks source link

Fix form helper `transform` return type in React adapter #1896

Closed rejin-r closed 2 weeks ago

rejin-r commented 3 weeks ago

Simple fix for a wrong type for the transform function in the react package.

reinink commented 2 weeks ago

Thanks! 🙏