From d2d69ecfa19c10a51c0c388043cd195ed6bd64f0 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Fri, 8 May 2026 13:36:24 +0200 Subject: [PATCH] fix(inbounds): wrap popover-table rows in Vue's template compiler warned that can't be a direct child of per the HTML spec; the browser silently inserts a wrapper but Vue's SSR/hydration path doesn't, which can cause hydration mismatches. Add explicit in both popover tables (traffic + mobile-info). Co-Authored-By: Claude Opus 4.7 --- frontend/src/pages/inbounds/InboundList.vue | 78 +++++++++++---------- 1 file changed, 41 insertions(+), 37 deletions(-) diff --git a/frontend/src/pages/inbounds/InboundList.vue b/frontend/src/pages/inbounds/InboundList.vue index 020a9aaa..0f0468c2 100644 --- a/frontend/src/pages/inbounds/InboundList.vue +++ b/frontend/src/pages/inbounds/InboundList.vue @@ -397,14 +397,16 @@ function showQrCodeMenu(dbInbound) { @@ -439,35 +441,37 @@ function showQrCodeMenu(dbInbound) {