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
all actions that have a parent and get registered with useRegisterActions get added twice as children of the parent action
this does NOT happen when I pass an action with a parent to the initial list of global actions.
my problem with this, is that the actions with parents that are added dynamically, get rendered twice.
has anyone else faced this problem? any suggested solutions?
help is much appreciated!
The text was updated successfully, but these errors were encountered:
all actions that have a parent and get registered with useRegisterActions get added twice as children of the parent action
this does NOT happen when I pass an action with a parent to the initial list of global actions.
my problem with this, is that the actions with parents that are added dynamically, get rendered twice.
has anyone else faced this problem? any suggested solutions?
help is much appreciated!
The text was updated successfully, but these errors were encountered: