Skip to content

应该把DOMAttributes替换为SVGAttributes #9

Description

@guofei0723

在图标组件与index.tsx中,接口Props都是继承自DOMAttributes,如下

interface Props extends DOMAttributes<SVGElement>

这样实际上没有继承到svg元素应有的属性,如width、height等,需要改成

interface Props extends SVGAttributes<SVGElement>

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