From ef9cd53558865998d23eccb1edbc0696a9cc8de7 Mon Sep 17 00:00:00 2001 From: Christian Vidal Wolf Date: Fri, 24 Apr 2026 17:15:08 +0200 Subject: [PATCH] fix: resolve crash by adding missing second argument to createPortal --- src/components/PricingView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/PricingView.tsx b/src/components/PricingView.tsx index 3f59542..f1a25e8 100644 --- a/src/components/PricingView.tsx +++ b/src/components/PricingView.tsx @@ -2148,8 +2148,8 @@ function TextFilterPopover({ value, onChange, onClose, triggerId }: { Apply Filter - - ); + , + document.body && document.body); } // ── Sort Icon Helper ───────────────────────────────────────────────────