Skip to content

Commit

Permalink
Merge pull request #29 from geofferb/patch-1
Browse files Browse the repository at this point in the history
Fix self-closing <div> that was causing Vite warning
  • Loading branch information
bherbruck authored Oct 25, 2024
2 parents 7c9197b + b31b51e commit 3e5a99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/svelte-echarts/components/Chart.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@
</script>

<!-- restProps is currently broken with typescript -->
<div bind:this={element} style="width: 100%; height: 100%" {...$$restProps} />
<div bind:this={element} style="width: 100%; height: 100%" {...$$restProps}></div>

0 comments on commit 3e5a99a

Please sign in to comment.