Skip to content

Bug: react-dom/server renderToString don't support array style(react-native ssr) #25548

Open
@linjinze999

Description

React version: 17.0.2

Steps To Reproduce

Code example: <View style={[{fontSize: '12px'}, {lineHeight: '20px'}]}/>

The current behavior

style="0:[object Object];1:[object Object]"

The expected behavior

style="font-size:12px;line-height:20px"

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions