You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a deferred prop is reloaded via partial reload, the fallback template should be displayed until the deferred prop is resolved.
For example, the page loads a list of users, which is a deferred prop. You have a search box that calls router.visit() and partial reloads the users using only. One would expect the fallback template to be displayed while the router.visit() is loading.
Version:
@inertiajs/vue3
version: 2.0.0Describe the problem:
When a deferred prop is reloaded via partial reload, the
fallback
template should be displayed until the deferred prop is resolved.For example, the page loads a list of users, which is a deferred prop. You have a search box that calls
router.visit()
and partial reloads the users usingonly
. One would expect thefallback
template to be displayed while therouter.visit()
is loading.Steps to reproduce:
Backend
Frontend
The text was updated successfully, but these errors were encountered: