Skip to content

[BUG]: Style incorrectly renders falsy values #340

@mhevery

Description

@mhevery

This JSX

<div style={{display: undefined}}">

Results in:

<div style="display: undefined">

Should be:

<div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    TYPE: bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions