We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e313d9 commit aa311ceCopy full SHA for aa311ce
src/style.js
@@ -144,7 +144,7 @@ export function styles(
144
145
return {
146
title: {value: title, optional: true},
147
- href: {value: href, optional: true},
+ href: {value: href, optional: true, filter: null},
148
ariaLabel: {value: variaLabel, optional: true},
149
fill: {value: vfill, scale: "auto", optional: true},
150
fillOpacity: {value: vfillOpacity, scale: "auto", optional: true},
0 commit comments