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
The rootMenus() double-locking menu generation was calling an
initialization method that again called rootMenus() - leading to
infinite method calls and a StackOverflow exception.
The fix is to have a second initialization method that accepts a menu
map and then does not need to call back to rootMenus().
0 commit comments