Open Heziode opened 3 years ago
I have not tested this exaustively, it may eventually cause problems, perhaps with the Deep
(sub-property)
@davestewart After tests on one of my website, with traffic (~70K unique visitors per day), it seems, there is no problem with the current implementation given by this PR.
Thanks for the update!
I'm right at the end of a big project right now, so this isn't going to get any attention right now, but I would like to take a look as soon as I am able.
I'm hoping that might be in a week or two.
That OK?
Take your time, I working for a year with a copy of your lib inside my project. I can wait 😅
This PR attempt to solve the special case raised in #138.
With the use of
Payload
class in any cases of data / path processed troughvuex-pathify
, it become trivial to know (when we make astore.subscribe
) if a mutation has been created by pathify.To sum up:
A deserialization can occur when we sync the store across tabs (with
vuex-shared-mutations
for example).Fix #138