From 3a14f41c08346914b7413c0d1d31acef960c644b Mon Sep 17 00:00:00 2001 From: JensLincke Date: Mon, 8 Apr 2024 17:48:20 +0200 Subject: [PATCH] fix jsx link bug SQUASHED: fix-jsx-a-bug, --- src/client/reactive/reactive-jsx/reactive-jsx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/reactive/reactive-jsx/reactive-jsx.js b/src/client/reactive/reactive-jsx/reactive-jsx.js index 7f41f083a..f093f0464 100644 --- a/src/client/reactive/reactive-jsx/reactive-jsx.js +++ b/src/client/reactive/reactive-jsx/reactive-jsx.js @@ -14,7 +14,7 @@ function addMetaData(element, data = {}) { } const svgTags = [ - 'a', +// 'a', 'animate', 'animateMotion', 'animateTransform',