Although the event does not work, synchronizing the data in the store to the variable #2073
Unanswered
0fatihyildiz
asked this question in
Help and Questions
Replies: 0 comments
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.
-
Reproduction
https://github.com/0fatihyildiz/pinia-bug
Steps to reproduce the bug
pinia_bug.mp4
Go to the form link from home, fill in the inputs from the form there and submit, when you submit, the reactive variable will be synchronized with the data in the pinia state. When something is written to the input again, the data in the pinia state changes
Expected behavior
After the inputs are filled and sent, the data from the state should not change when the inputs are filled again.
Actual behavior
After the inputs are filled and sent, the data from the state changes when the inputs are filled again.
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions