REPL. I think it's behaving incorrectly when it inserts whitespace between each <span> element
<script>
let message = 'the quick brown fox jumps over the lazy dog';
</script>
<div class="data">
{#each message as char, i}
<span>
{char}
</span>
{/each}
</div>
<!-- uncomment next line to see something weird -->
<!-- wtf -->
<style>
div {
position: relative;
font-family: monospace;
font-size: 16px;
max-width: 100px;
}
</style>
Rich, please. #713. This is literally the oldest open issue in the repo with the 'bug' label.
what are you the issue police
(if so, good, we need issue police)
Most helpful comment
what are you the issue police
(if so, good, we need issue police)