From 3d04fd4b1686fb5d19bb2ef2c16bdd936b813503 Mon Sep 17 00:00:00 2001 From: Michal Zielenkiewicz Date: Fri, 31 Oct 2025 11:52:54 +0100 Subject: [PATCH] Add wrapper to render data correctly within tooltip content --- src/components/tooltip/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/tooltip/index.tsx b/src/components/tooltip/index.tsx index cd139e2a..5257d633 100644 --- a/src/components/tooltip/index.tsx +++ b/src/components/tooltip/index.tsx @@ -23,7 +23,7 @@ const TooltipContentNoArrow = ({ sideOffset={sideOffset} {...props} > - {children} +
{children}
) }