Closed norjamille-kasan closed 1 month ago
Same issue on the react adapter
@MarcEspiard I think you can put only={}
props on your link tag. But base on the docs and what Taylor shows in the laracon I doubt this is the suppose behavior. but we'll see. it's still on beta :). still kudos to inertia team
Version:
@inertiajs/vue3
version: 2.0.0-beta.1Describe the problem:
When clicking Link that redirect to the current page, the loading indicator for deferred props will show and the props will never show again. This is also the case when submitting a form using form helper and redirecting back to the page. Although it can be fix by putting
only:['propName']
key to the form.Steps to reproduce:
controller :
vue page :
link tag: