Global Store variable getting updated on updating a local variable #3860
anjanesh
started this conversation in
4. General
Replies: 2 comments
-
Can you post the full alpine component or a simplified version to reproduce. The issue is likely to be in the part of the code you didn't post |
Beta Was this translation helpful? Give feedback.
0 replies
-
Where is the x-data? Also, you don't need to do Just $store.global_data.aws.storage_partition |
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 have an Alpine.store('global_data').aws['storage_partitions']
I have in my
x-data
in one inner DIV :with a form
But I don't get how an entry in the global store, Alpine.store('global_data').aws['storage_partitions'] gets updated on updating the local Alpine variable array
partitions
!Beta Was this translation helpful? Give feedback.
All reactions