feat(FIX-160): completed feature

This commit is contained in:
chattie
2026-08-22 17:35:43 +02:00
parent f8e7257dc0
commit e48577c61a
10 changed files with 54 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
# 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).