Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Popover Component #202

Open
santigandolfo opened this issue Oct 27, 2023 · 0 comments
Open

[BUG] Popover Component #202

santigandolfo opened this issue Oct 27, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@santigandolfo
Copy link

🐛 Describe the bug
When I switch routes in my frontend page, the Popover component doesn't show it's content. Only when the page is refreshed or resized the component starts working again.

📷 Screenshots
https://github.com/TiendaNube/nimbus-design-system/assets/9329651/91154396-abd4-40a6-8e0b-d8fec42303a9

🖥 Desktop (please complete the following information):

  • OS: MacOS Sonoma (14.0)
  • Browser: Google Chrome
  • Version: 118.0.5993.96

❗️ Additional context
This is how we defined the Popover in our code:

      <Popover content={popoverGroupsContent} arrow={false} padding="small">
        <Button appearance="transparent">
          <UserGroupIcon />
          <Text color="primary-textHigh" fontWeight="bold">
            {currentGroup.name}
          </Text>
        </Button>
      </Popover>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants