fix: return render function

This commit is contained in:
Braks
2021-08-08 19:28:45 +02:00
parent 6347cf97cb
commit e2162c95a8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ export default defineComponent({
const markerEnd = reactify((arrowHeadType?: ArrowHeadType, markerEndId?: string) => getMarkerEnd(arrowHeadType, markerEndId));
return (
return () => (
<>
<path
style={props.style}