urish
urish
SSolidJS
Created by rmacfie on 1/18/2024 in #support
.env.local not working
as a workaround, I'm using:
dotenvx run -f .env.local -f .env -- vinxi dev
dotenvx run -f .env.local -f .env -- vinxi dev
5 replies
SSolidJS
Created by urish on 7/23/2023 in #support
SVG A elements not created correctly
Tried that too, but unfortunately, it didn't work
12 replies
SSolidJS
Created by urish on 7/23/2023 in #support
SVG A elements not created correctly
Thanks for the suggestion! The <svg> workaround works - but it does create an extra <svg> in DOM, around the <a> tag. I'm not yet sure if that would be a problem - it's definitely better than nothing, though, I wish there was a way to somehow tell what namespace the tag would be in. I tried adding a xmlns="http://www.w3.org/2000/svg" to the <a> element, but unfortunately, this didn't do the trick.
12 replies