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
Describe the bug
I am trying to create a dynamic context menu component who receives the list of context menu actions. For this purpose I am using the wrapper by delegating its behavior over ContextMenuService, however the previously opened menus are not closed.
Another strange behavior I notice is the fact that the context menu value is not properly refreshed. The previous value is passed within the visible and disabled context menu operations.