-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Description
- 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
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