Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork22
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Hi! I was confused since that kind of works but not if you something like an array. |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment 1 reply
-
Hi@Ledes , This wouldn't be good practice because the replacing of the store's state will happen outside of pullstate's internal mechanisms to keep your UI updated. The better way to do this kind of thing would be to make use of Or, since I see you're doing a form- maybe your use-case is to have temporary state that can be quickly initialized when loading up the form for the first time. For this you should look at |
BetaWas this translation helpful?Give feedback.
All reactions
-
Thanks for the replay@lostpebble! |
BetaWas this translation helpful?Give feedback.
All reactions
👍 2