You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 commandbun 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
Additional Information
No response
The text was updated successfully, but these errors were encountered: