mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
innerTagName -> innerElementType
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user