James Benner

Results 4 comments of James Benner

I know I'm late to the party but I would suggest using `` as the container tag. This won't encode HTML entities and you won't have to set `display:none;` styling...

That's a good point. Although it's not uncommon to see markup in `text/x-template` tags for various template systems like Handlebars, Vue, etc. it's not the most semantic implementation I agree....

@btea I'm using pnpm v10.19.0. Maybe it's a cache issue on my system or something? I've released a few new versions of the package I was having the issue with...

@btea I got it figured out. It did end up being a cache issue. I had to `rm -rf $HOME/.cache/pnpm/**`, but now it works. Sorry to be a bother >_