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
I am using the Menu element, but after the first render the menu is hidden using display:none.
After the component mounts, you are setting the this._initialMenuHeight, which is 0 at this point, and it never changes.