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

Revert "deep merge properties (#1877)" #1895

Closed reinink closed 3 weeks ago

reinink commented 3 weeks ago

Resolves #1885 Resolves #1883

This PR reverts the changes in #1877, which added deep merging of properties on partial reloads. Unfortunately this has some issues, specifically in situations where props that are objects have keys removed during a partial reload.