Problem with changing data in pinia #1629
-
Hello The point is that in the first store, pinia's default settings must be available so I can use the features, but in the second store I need the data to be unchanging and only added to array. Let me also add that for the second store there is no need for using pinia and I would be glad if you could suggest something else. (But whatever feature I use, by changing the state in the first store, my data changes) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I used useCloneDeep (Lodash) and my problem was solved 🥵 👍 |
Beta Was this translation helpful? Give feedback.
I used useCloneDeep (Lodash) and my problem was solved 🥵 👍