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

[🐞]QWIK WARN Duplicate implementations of "JSXNode" found #7240

Closed
jojojojojoj5564656465465 opened this issue Jan 11, 2025 · 2 comments
Closed
Labels
STATUS-1: needs triage New issue which needs to be triaged TYPE: bug Something isn't working

Comments

@jojojojojoj5564656465465

Which component is affected?

Starters / CLI

Describe the bug

I installed vanilla-extract-css and now I get a message every time I start the server with the command bun run dev but if I type the command bun run serve I don't get any more error messages.

VITE v5.3.5 ready in 4868 ms

➜ Local: http://localhost:5173/
➜ Network: use --host to expose
➜ press h + enter to show help

❗️ Expect significant performance loss in development.
❗️ Disabling the browser's cache results in waterfall requests.
QWIK WARN Duplicate implementations of "JSXNode" found
QWIK WARN Duplicate implementations of "JSXNode" found
QWIK WARN Duplicate implementations of "JSXNode" found
QWIK WARN Duplicate implementations of "JSXNode" found

Reproduction

https://github.com/jojojojojoj5564656465465/11janvierBig

Steps to reproduce

bun create qwik@latest

bun install --save-dev @vanilla-extract/vite-plugin
bun install @vanilla-extract/css

System Info

System:
    OS: Linux 6.6 EndeavourOS
    CPU: (8) x64 Intel(R) Xeon(R) CPU E3-1270 V2 @ 3.50GHz
    Memory: 19.34 GB / 31.31 GB
    Container: Yes
    Shell: 0.101.0 - /usr/bin/nu
  Binaries:
    Node: 23.4.0 - /usr/bin/node
    npm: 11.0.0 - /usr/bin/npm
    pnpm: 10.0.0 - /usr/bin/pnpm
    bun: 1.1.43 - ~/.bun/bin/bun
  Browsers:
    Brave Browser: 131.1.73.105
    Chromium: 131.0.6778.264
  npmPackages:
    @builder.io/qwik: ^1.12.0 => 1.12.0
    @builder.io/qwik-city: ^1.12.0 => 1.12.0
    typescript: 5.4.5 => 5.4.5
    undici: * => 7.2.1
    vite: 5.3.5 => 5.3.5

Additional Information

No response

@jojojojojoj5564656465465 jojojojojoj5564656465465 added STATUS-1: needs triage New issue which needs to be triaged TYPE: bug Something isn't working labels Jan 11, 2025
@jojojojojoj5564656465465
Copy link
Author

if i update to

"vite": "6.0.7",
"vite-tsconfig-paths": "^5.1.4"

it's fixed

@gioboa
Copy link
Member

gioboa commented Jan 11, 2025

Thanks @jojojojojoj5564656465465 for sharing the solution 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
STATUS-1: needs triage New issue which needs to be triaged TYPE: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants