Reading from Alpine.data #4668
Answered
by
ekwoka
Majsvaffla
asked this question in
1. Help
-
I have a specific use case where I'm now forced to use Why doesn't |
Beta Was this translation helpful? Give feedback.
Answered by
ekwoka
Aug 20, 2025
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Majsvaffla
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Alpine.$data(element)
exists to get the flattened datastack from an element (it's a shortcut for doingAlpine.mergeProxies(Alpine.closestDatastack(element))
)