From a3dac7f0f6d970b94f25e0ff82cbe1ce654ad86f Mon Sep 17 00:00:00 2001 From: Tessa Date: Fri, 14 Jun 2024 14:02:49 -0600 Subject: [PATCH] svg working properly --- packages/visx-text/src/Text.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/visx-text/src/Text.tsx b/packages/visx-text/src/Text.tsx index 70511c8db..2dc673658 100644 --- a/packages/visx-text/src/Text.tsx +++ b/packages/visx-text/src/Text.tsx @@ -27,7 +27,7 @@ export default function Text(props: TextProps) { const { wordsByLines, startDy, transform } = useText(props); return ( - + {wordsByLines.length > 0 ? ( {wordsByLines.map((line, index) => (