Skip to content

Props not converted to camelCase by default #531

Closed
@igorroch

Description

@igorroch

According to #330 json should be converted by default.

But if we use this example
@Html.React("ReactWorld", new { Name = "World" })

it will be rendered as
ReactDOM.hydrate(React.createElement(ReactWorld, {"Name":"World"}),...

Minimal repo to reproduce.

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