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 types and remove use of deprecated browser event prop #1910

Closed derrickreimer closed 1 week ago

derrickreimer commented 1 week ago

Thanks to some crafty sleuthing by @shengslogar (https://github.com/inertiajs/inertia/pull/1908#issuecomment-2190390026), there are a few things to clean up after #1908:

shengslogar commented 1 week ago

Thanks for all your work on this! Lots of learnings over the past few days for me 💪

derrickreimer commented 1 week ago

@shengslogar me as well, thanks for collaborating with me on it!

reinink commented 1 week ago

Thanks guys!!