It's possible to use x-for loop over a Map() ? #4513
Unanswered
yellowbean
asked this question in
1. Help
Replies: 2 comments 2 replies
-
You can't iterate on a map with x-for |
Beta Was this translation helpful? Give feedback.
2 replies
-
the Map itself is reactive so this will work as expected really. Feels like it should support all Iterables though... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've inserted data to the
m
, but thex-for
loop failed to get key/values from them
Changing
[key,value]
to(key,value)
won't helpBeta Was this translation helpful? Give feedback.
All reactions