Skip to content

Commit adc366c

Browse files
Copilotzhiqingchen
andcommitted
Fix SVGVEleProps interface to include key property
Co-authored-by: zhiqingchen <[email protected]>
1 parent 1b2e547 commit adc366c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/svg/svgChart.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ function toCamelCase(str: string) {
115115

116116
interface SVGVEleProps {
117117
node: SVGVNode;
118+
key?: string;
118119
touchStart?: any;
119120
touchMove?: any;
120121
touchEnd?: any;

0 commit comments

Comments
 (0)