inertiajs / inertia-laravel

The Laravel adapter for Inertia.js.
https://inertiajs.com
MIT License
2.1k stars 235 forks source link

Revert dot-notation support in partial reloads #641

Closed reinink closed 5 months ago

reinink commented 5 months ago

Resolves #633 Resolves #640 Closes #634 Closes #636

This PR reverts the changes made in #620 which add dot-notation support to partial reloads.

While this would be a nice feature to eventually have, this particular implementation introduced some breaking changes. While we tried hard to resolve them in #634 and #636, we haven't been able to crack it yet, so I've decided to revert these changes for now.