Skip to content

Commit

Permalink
fix jsx link bug
Browse files Browse the repository at this point in the history
SQUASHED: fix-jsx-a-bug,
  • Loading branch information
JensLincke committed Apr 8, 2024
1 parent aeda6a2 commit 3a14f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/reactive/reactive-jsx/reactive-jsx.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function addMetaData(element, data = {}) {
}

const svgTags = [
'a',
// 'a',
'animate',
'animateMotion',
'animateTransform',
Expand Down

0 comments on commit 3a14f41

Please sign in to comment.