Arrays from entangle doesn't seem to have built-in array objects #2018
Answered
by
SimoTod
fireuptheapps
asked this question in
1. Help
-
Beta Was this translation helpful? Give feedback.
Answered by
SimoTod
Sep 5, 2021
Replies: 1 comment 5 replies
-
Have you tried to console.log this.combos inside the getter before the error to see what it returns (if it's a proxy object, use Alpine.raw(this.combos) but it's probably already unwrapped in the getter)? |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
fireuptheapps
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you tried to console.log this.combos inside the getter before the error to see what it returns (if it's a proxy object, use Alpine.raw(this.combos) but it's probably already unwrapped in the getter)?