You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found 418 and 423 hydrating errors on my site build so I tested it on a fresh install in order to start adding components and find the issue. But i found the same issue on the default install.
How to reproduce:
Environment:
PHP 8.3.10
Node v22.6.0
Create new project (select react, inertia, typescript, ssr):
I found 418 and 423 hydrating errors on my site build so I tested it on a fresh install in order to start adding components and find the issue. But i found the same issue on the default install.
How to reproduce:
Environment:
Create new project (select react, inertia, typescript, ssr):
composer create-project laravel/laravel example-app cd example-app php artisan migrate composer require laravel/breeze --dev php artisan breeze:install php artisan migrate npm install npm run build php artisan serve
Open the web page on chrome and you will see the console errors.
The text was updated successfully, but these errors were encountered: