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
If a UserWrappr is created with menus: [] (ideally it should be | undefined in the types after this change), logic shouldn't attempt to create a container for the menu items or react to it.
The text was updated successfully, but these errors were encountered:
JoshuaKGoldberg
changed the title
Don't create a menu or wait for its sizing when no options are provided
UserWrappr: Don't create a menu or wait for its sizing when no options are provided
Jul 11, 2020
If a UserWrappr is created with
menus: []
(ideally it should be| undefined
in the types after this change), logic shouldn't attempt to create a container for the menu items or react to it.Let's do #187 first.
The text was updated successfully, but these errors were encountered: