SSR only appears to be working as expected while using chrome. Using FF/Safari for a split second on initial load shows “white screen of death” for a split second. (So a typical SPA behaviour until JS is loaded and parsed).
Chrome and mobile safari seems fine.
Steps to reproduce:
This behaviour can be seen on inertia demo and replicated by fresh install of laravel + breeze + vue3 + inertia SSR.
Version:
@inertiajs/vue3
version: LatestDescribe the problem:
SSR only appears to be working as expected while using chrome. Using FF/Safari for a split second on initial load shows “white screen of death” for a split second. (So a typical SPA behaviour until JS is loaded and parsed). Chrome and mobile safari seems fine.
Steps to reproduce:
This behaviour can be seen on inertia demo and replicated by fresh install of laravel + breeze + vue3 + inertia SSR.