platform
platform copied to clipboard
Split second flicker of <commnadEmpty> component
Bug description
When clicking on "No repos available" below "Available Repos" and then clicking somewhere else to close the popup without inputting anything, there is a split-second flicker of the <CommandEmpty>
component.
Steps to Reproduce
- Open the application.
- Navigate to the left panel.
- Click on "No repos available" below "Available Repos."
- Click somewhere else to close the popup without entering any input.
Expected Behavior
The <CommandEmpty>
component should not flicker and should remain hidden if no input is given when closing the popup.
Actual Behavior
There is a split-second flicker of the <CommandEmpty>
component when closing the popup after clicking on "No repos available."
Additional Information
- This issue is observed specifically when clicking on "No repos available."
Screenshots
Code snippet to reproduce the bug
No code snippet required
Error traceback
No error message received.
Environment
- Next.js Version: 13.5.0
- Browser/Platform: tested on chromium browsers
Thanks for reporting this @tarun0206! It looks like there are some updates to be made when the user isn't the maintainer of a repo. We'll fix that for the next release!