Skip to content

defaultProps控制台警告 #21

@helloworldzjx

Description

@helloworldzjx

const IconHome: FunctionComponent<Props> = ({ size, color, style: _style, ...rest }) => <svg />
IconHome.defaultProps = { size: 16, };
现在react对defaultProps会报warning,在控制台会看到一片红,可以使用以下方式优化吗
const IconHome: FunctionComponent<Props> = ({ size = 16, color, style: _style, ...rest }) => <svg />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions