react-virtualized-sticky-tree
Advanced tools
Comparing version 2.1.6 to 2.1.7
@@ -113,3 +113,3 @@ 'use strict'; | ||
var children = props.getChildren(node.id); | ||
var children = props.getChildren(node.id, nodeInfo); | ||
if (Array.isArray(children)) { | ||
@@ -116,0 +116,0 @@ nodeInfo.children = []; |
@@ -113,3 +113,3 @@ 'use strict'; | ||
var children = props.getChildren(node.id); | ||
var children = props.getChildren(node.id, nodeInfo); | ||
if (Array.isArray(children)) { | ||
@@ -116,0 +116,0 @@ nodeInfo.children = []; |
{ | ||
"name": "react-virtualized-sticky-tree", | ||
"description": "A React component for efficiently rendering tree like structures with support for position: sticky", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"author": "Marc McIntyre <marchaos@gmail.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
91444