Navigate to the welcome page of the application in mobile view.
Open sidebar and click on profile.
You will see logout button appearing 2 times.
Expected Behavior
Logout Button should appear only once.
Proposed Solution
I believe it has something to do with how we are controlling open state of Dropdown. Need to remove the open state from Dropdown as Dropdown trigger opens the content automatically.
Sidebar Logout Button Issue
Description
Logout button is appearing twice in mobile view.
Steps to Reproduce
Expected Behavior
Logout Button should appear only once.
Proposed Solution
I believe it has something to do with how we are controlling open state of Dropdown. Need to remove the open state from Dropdown as Dropdown trigger opens the content automatically.
Screenshot