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

Use `Omit` instead of `Exclude` in router types #1857

Closed aktasumut34 closed 2 months ago

aktasumut34 commented 2 months ago

This pr fixes #1856

reinink commented 2 months ago

@aktasumut34 Hey thanks! Just tested this out and you're right, that seems to work better 👍

reinink commented 2 months ago

This fix has been released as part of v1.0.16 👍