## Sentry issue - https://whisper-money.sentry.io/issues/PHP-LARAVEL-1S ## Root cause - Browser/page translation mutated React-managed DOM on /onboarding by injecting font wrappers. React later attempted to unmount a node that translation had moved, causing NotFoundError removeChild. ## Fix - Mark the Inertia root document as not translatable with translate="no", notranslate class, and google notranslate meta tag. - Add regression coverage for the root template markers. ## Verification - vendor/bin/pint --dirty --format agent - php artisan test --compact tests/Feature/PwaTest.php |
||
|---|---|---|
| .. | ||
| vendor/mail | ||
| app.blade.php | ||