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
Reading through the Inertia docs and exploring this demo...
Couldn't help but noticing that in e.g. Layout.vue, shared data is accessed as $page.auth.user instead of $page.props.auth.user (as described in the current docs).
Is this a change in the newer version?
Also, isn't this more prone to errors because you can overwrite props from the actual page?
Probably missing something :)
The text was updated successfully, but these errors were encountered:
Reading through the Inertia docs and exploring this demo...
Couldn't help but noticing that in e.g. Layout.vue, shared data is accessed as
$page.auth.user
instead of$page.props.auth.user
(as described in the current docs).Probably missing something :)
The text was updated successfully, but these errors were encountered: