inertiajs / pingcrm

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

Upgrade manual visit method replace with get #128

Closed nkutinha closed 3 years ago

nkutinha commented 3 years ago

119

Using the search feature in the demo app throws warning messages in the console saying,

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

I've switched it around to use get instead, hope I didn't miss something. Thank you.

reinink commented 3 years ago

Looks good, thanks! 👍