cannot use the name letters
or letter
#2223
-
<ul x-data="{ letters: ['a','b','c'] }">
<template x-for="letter in letters">
<li x-text="letter"></li>
</template>
</ul> |
Beta Was this translation helpful? Give feedback.
Answered by
danddanddand
Oct 14, 2021
Replies: 1 comment 3 replies
-
This is a bug. I tested a small patch that fixes it so I'll make a PR. https://codepen.io/danddanddand/pen/YzxyEBo |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
liigo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a bug. I tested a small patch that fixes it so I'll make a PR. https://codepen.io/danddanddand/pen/YzxyEBo