spman
spman
` if (isset($this->currentApp['redirect'])) { /**@var Redirector $redirect */ $redirect = $this->currentApp['redirect']; $redirect->setSession($this->currentApp->make('session.store')); }` 等于把 session.store 没清空,使用者会混乱
childNodes is DOMTEXT,then error Call to undefined method DOMText::getAttribute()
### Version: - `@inertiajs/vue3` version: 1.0.8 After we've setup our laravel + inertia app we found out that CreateInertiaApp() runs twice. We tried to find a solution but haven't found...