Files
mercadodevida/work/artifacts/FIX-160/architect.md
2026-08-22 17:35:43 +02:00

8 lines
338 B
Markdown

# FIX-160 — Architect
## Problem
POS app (apps/pos) hydration mismatch: LastPass browser extension injects `data-lt-installed="true"` on the `<html>` tag, causing React to warn about server/client HTML mismatch.
## Fix
Added `suppressHydrationWarning` to `<html>` tag in `layout.tsx`. Same fix already applied to admin app (FIX-001).