inertiajs / pingcrm

A demo application to illustrate how Inertia.js works.
http://demo.inertiajs.com
MIT License
2.14k stars 779 forks source link

Inerita replace() deprecated #131

Closed talelmishali closed 3 years ago

talelmishali commented 3 years ago

Change inertia deprecated replace() to get() when filtering results on index pages. Using preserveState: true to maintain focus while typing in a search query.

Deprecated message for reference:

Inertia.replace() has been deprecated and will be removed in a future release. Please use Inertia.get() instead.

inertia-0.6.0#inertia-replace-deprecated

nkutinha commented 3 years ago

https://github.com/inertiajs/pingcrm/pull/128

PR open here already 😉

talelmishali commented 3 years ago

Apologies, I didn’t notice 😁 Thank you.