Pascal Baljet
Pascal Baljet
Maybe combining it with `@inertiaHead`, something like: ```blade @inertiaHeadOr {{ config('app.name', 'Laravel') }} @endInertiaHead ``` Not sure about the naming, but you get the idea 😅
The behavior hasn't changed between 2.2.6 and 2.2.21 for this. I've also added additional tests for this repository and the Laravel adapter to confirm this. When `router.reload()` is called without...
Is it possible to set up a minimal demo repository that reproduces this bug? I can't seem to reproduce the issue on my end. If you could share a GitHub...
I like it, but it's a breaking change for people who are extending `ResponseFactory` and overriding the `render()` method. I think the only safe way is to remove the type...
Possible duplicate of #2512
Yes, I like it! Could you add tests and implement it for the other adapters as well? Thanks!
I'm closing this PR as we're working on supporting this in the next major release, in addition to some other SSR improvements which we're building simultaneously.
Fixed in v2.0.13
I'm closing this one for the same reason as the [JS counterpart](https://github.com/inertiajs/inertia/pull/2014#issuecomment-3751588323).