qwik
qwik copied to clipboard
QWIK WARN A unsupported value was passed to the JSX, skipping render. Value: Symbol(skip render)
Qwik Version
0.9.0
Operating System (or Browser)
Windows / Chrome
Node Version (if applicable)
No response
Which component is affected?
Starters / CLI
Expected Behaviour
I wanted to create a new component by copying an existing component.
- Started development server with
npm start(VSCode launch.json used to start tasks.json) - Navigated to src/routes/flower
- Copied the directory and pasted as "flower2"
- Navigated to /flower2
- See the contents of /flower at the route /flower2
Actual Behaviour
In step 5, I see nothing. Browser logged a console error: "Failed to load resource: the server responded with a status of 404 (Not Found)"
Terminal logged:
Executing task: npm run start
> start
> vite --open --mode ssr
VITE v3.1.1 ready in 966 ms
➜ Local: http://127.0.0.1:5173/
➜ Network: use --host to expose
QWIK WARN A unsupported value was passed to the JSX, skipping render. Value: Symbol(skip render)
Additional Information
Workaround: Terminate the batch job and restart the development server. After doing so, navigating to /flower2 shows me the flower page.