Skip to content

In SSR, readonly="false" is still emitted #3676

Description

@AFatNiBBa

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

  1. Go to the provided playground link
  2. Go to the "Output tab"
  3. Select the "Server side rendering" compile mode
  4. Replace the playground input with the output
  5. Replace every "solid-js/web" with "solid-js/web/dist/server"
  6. 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

{
    "t": "<input>"
}

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions