Skip to content

Commit

Permalink
fix[docs]: solara.Meta elements insert empty span into DOM
Browse files Browse the repository at this point in the history
  • Loading branch information
iisakkirotko committed Apr 30, 2024
1 parent e500a9b commit bc6dd96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solara/components/head_tag.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<template><span></span></template>
<template><span style="display: none;"></span></template>

<script>
module.exports = {
Expand Down

0 comments on commit bc6dd96

Please sign in to comment.