Describe the bug
Basically the same thing as #2192, but even without the spread
Your Example Website or App
https://playground.solidjs.com/anonymous/3badaa9a-b230-4269-8488-85a249fb7816
Steps to Reproduce the Bug or Issue
- Go to the provided playground link
- Go to the "Output tab"
- Select the "Server side rendering" compile mode
- Replace the playground input with the output
- Replace every "solid-js/web" with "solid-js/web/dist/server"
- Log the thing that would be rendered in the console
Here's a playground with all the steps already applied
Expected behavior
The thing that gets logged should be
Screenshots or Videos
The thing that actually gets logged is
{
"t": "<input readonly=\"false\">"
}
Platform
- OS: Windows
- Browser: Microsoft Edge (Chromium version)
- Version: 153.0.4234.48
Additional context
No response
Describe the bug
Basically the same thing as #2192, but even without the spread
Your Example Website or App
https://playground.solidjs.com/anonymous/3badaa9a-b230-4269-8488-85a249fb7816
Steps to Reproduce the Bug or Issue
Here's a playground with all the steps already applied
Expected behavior
The thing that gets logged should be
{ "t": "<input>" }Screenshots or Videos
The thing that actually gets logged is
{ "t": "<input readonly=\"false\">" }Platform
Additional context
No response