Skip to content

Commit 72e875d

Browse files
committed
Props dataKey not allow to number.
1 parent ba2ca7a commit 72e875d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/props.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
export const VirtualProps = {
66
dataKey: {
7-
type: [String, Number],
7+
type: String,
88
required: true
99
},
1010
dataSources: {

0 commit comments

Comments
 (0)