Open ncphillips opened 1 month ago
This is interesting... I'm having trouble reproducing. Are you using encrypted history? If so, does it happen when you're not encrypting the history?
Hey, thanks. I haven't checked for some time. I can try again sometime this week and get back to you.
Version:
Javascript
PHP
Describe the problem:
If I make changes to what my controller sends to the frontend, and then refresh my browser, then the contents of the page are not updated.
Here's a loom where I show the behaviour
https://www.loom.com/share/7900a5e9d4514d75bd1f6152d073e628
I did some more investigation after recording this video.
The
<Inertia>
component has the right data in it'sinitialPage
object.Note that the
sent_by
andteam
objects are present on the invitation.But the
AppLayout
doesn't have the right contentAnd neither does the page itself
Steps to reproduce:
UserInvitationController
Pages/UserInvitation/Index.vue
app.ts