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

[🐞]Modal inside Tabs causes "Internal assert: close not found" error #1049

Closed
sebacc92 opened this issue Feb 22, 2025 · 1 comment
Closed
Labels
STATUS-1: needs triage This doesn't seem right TYPE: bug Something isn't working

Comments

@sebacc92
Copy link

sebacc92 commented Feb 22, 2025

Which package is affected?

Headless Kit

Describe the bug

πŸ” Description
When using a qwik-ui Modal inside Tabs, the console throws an error:
Internal assert, this is likely caused by a bug in Qwik: close not found

πŸ–₯️ Environment
Qwik: 1.2.6
qwik-ui: 0.14.2
modular-forms: 0.13.2
Browser: Chrome 123

Reproduction

https://codesandbox.io/p/github/sebacc92/qwik-app-example-bug-qwik-modal-tabs/main?import=true

Steps to reproduce

Run npm install followed by npm run dev

System Info

System:
    OS: Linux 6.8 Linux Mint 22.1 (Xia)
    CPU: (8) x64 AMD Ryzen 7 4700U with Radeon Graphics
    Memory: 8.73 GB / 22.90 GB
    Container: Yes
    Shell: 5.2.21 - /bin/bash
  Binaries:
    Node: 22.13.1 - ~/.nvm/versions/node/v22.13.1/bin/node
    npm: 10.9.2 - ~/.nvm/versions/node/v22.13.1/bin/npm
    pnpm: 10.0.0 - ~/.nvm/versions/node/v22.13.1/bin/pnpm
  Browsers:
    Chrome: 133.0.6943.98
  npmPackages:
    @builder.io/qwik: ^1.12.1 => 1.12.1 
    @builder.io/qwik-city: ^1.12.1 => 1.12.1 
    @qwik-ui/headless: ^0.6.5 => 0.6.5 
    @qwik-ui/styled: ^0.3.0 => 0.3.0 
    @qwik-ui/utils: ^0.3.1 => 0.3.1 
    flowbite: "^3.1.2",
    flowbite-qwik: "^0.38.2",
    flowbite-qwik-icons: "^0.1.8",
    typescript: 5.4.5 => 5.4.5 
    undici: * => 7.3.0 
    vite: 5.3.5 => 5.3.5

Additional Information

Example components used

@sebacc92 sebacc92 added STATUS-1: needs triage This doesn't seem right TYPE: bug Something isn't working labels Feb 22, 2025
@sebacc92
Copy link
Author

sebacc92 commented Mar 2, 2025

I solved it by uninstalling flowbite and using only qwik-ui component.

@sebacc92 sebacc92 closed this as completed Mar 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
STATUS-1: needs triage This doesn't seem right TYPE: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant