You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 14, 2025. It is now read-only.
When using dynamically registered components, some globally registered actions disappear.
In my case, when the value of the actions computed property changed to an empty array, some actions are randomly removed (even globally registered ones) and no error is prompted.
The text was updated successfully, but these errors were encountered:
MCYouks
changed the title
[Bug] Global Actions disappear when using dynamically registrered componnets
[Bug] Global Actions disappear when using dynamically registerered components
Feb 3, 2022
@LiuJi-Jim I'm encountering a similar issue when dynamically adding actions which contains a parent action.
Here is a reproduction on the Vue playground.
You can trigger the issue, by uncommenting the parent property in RandomComponent.vue.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi everybody,
When using dynamically registered components, some globally registered actions disappear.
In my case, when the value of the
actions
computed property changed to an empty array, some actions are randomly removed (even globally registered ones) and no error is prompted.The text was updated successfully, but these errors were encountered: