Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Global Actions disappear when using dynamically registerered components #4

Open
MCYouks opened this issue Feb 3, 2022 · 2 comments

Comments

@MCYouks
Copy link

MCYouks commented Feb 3, 2022

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.

@MCYouks 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
Copy link
Collaborator

Are you using the same id across different actions?🤔
May you provide a codesandbox or something to re-produce this?

@Elliot67
Copy link

Elliot67 commented Jan 3, 2024

@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 free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants