Adrien Foulon
Adrien Foulon
This was caused by #1965 I think, because those cases didn't trigger an error before and they now do
Still waiting...
I know it doesn't, but it can't hurt to pass it if set manually, if it wasn't then nothing changes, lots of plugins do it like this (like filepond) because...
I also feel like nested modals are paramount for this feature to be complete I've also worked on it experimentally and [released a package for vue 3](https://github.com/Tofandel/inertia-vue3-modal) (it's very hackish...
Looks awesome and almost what I had in mind, does it support nested modals already?
That's because you're modifying `layout` on a promise, so technically your layout is not working in the first place, nothing to do with slots. Also this is not the right...
It might be challenging, redirects are quite restricted in browsers and in this cases it would require the redirect to set a header that then need to be sent back...
> The server updates the database, and returns the user to the last address he visited. The point is, you don't always have to refresh all the data on the...
In case you have multiple templates, you could use versioning in your `HandleInertiaRequest` middleware ```php public function version(Request $request) { return $this->rootView($request) . '-' . parent::version($request); } public function rootView(Request...