After $subscribe is packaged, the events entered into the mutation will always be undefined, resulting in the invalidation of $subscribe #1654
-
Reproduction无 Steps to reproduce the bugSorry for my poor English Technology stack: TS + webpack + vue3 + Pinia When packaging to the formal environment, it was found that the subscribe was not executed Expected behaviorActual behaviorAdditional informationA small suggestion is that events can be fixed as an array, otherwise you need to judge the type and then get the key |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is expected and documented. It's important to use |
Beta Was this translation helpful? Give feedback.
This is expected and documented. It's important to use
events
only for debugging purposes