Skip to content

可伸缩列 table 参数名称冲突 #1870

@zheng-qipeng

Description

@zheng-qipeng
  • I have searched the issues of this repository and believe that this is not a duplicate.

Version

1.4.11

Environment

Table Resizable column

Reproduction link

Edit on CodeSandbox

Steps to reproduce

/* const ResizeableTitle = (h, props, children) => { */
const ResizeableTitle = (h1) => {
const props = h1.props
const children = h1.children
}

What is expected?

const ResizeableTitle = (h1) => {
const props = h1.props
const children = h1.children
}

What is actually happening?

const ResizeableTitle = (h, props, children) => {
}


Argument name clash

Metadata

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