innerTagName -> innerElementType

This commit is contained in:
Brian Vaughn
2019-03-18 10:09:09 -07:00
parent 50b6b1d5f9
commit be48150fc6
+1 -1
View File
@@ -104,7 +104,7 @@ function CommitRanked({ height, width }: {| height: number, width: number |}) {
return (
<FixedSizeList
height={height}
innerTagName="svg"
innerElementType="svg"
itemCount={chartData.nodes.length}
itemData={itemData}
itemSize={barHeight}