react-virtualized-sticky-tree
Advanced tools
Comparing version 2.1.13 to 2.1.14
@@ -569,2 +569,4 @@ 'use strict'; | ||
function forceUpdate() { | ||
this.getChildrenCache = {}; | ||
this.rowRenderCache = {}; | ||
this.storeRenderTree(this.props, this.state); | ||
@@ -571,0 +573,0 @@ _get(StickyTree.prototype.__proto__ || Object.getPrototypeOf(StickyTree.prototype), 'forceUpdate', this).call(this); |
@@ -569,2 +569,4 @@ 'use strict'; | ||
function forceUpdate() { | ||
this.getChildrenCache = {}; | ||
this.rowRenderCache = {}; | ||
this.storeRenderTree(this.props, this.state); | ||
@@ -571,0 +573,0 @@ _get(StickyTree.prototype.__proto__ || Object.getPrototypeOf(StickyTree.prototype), 'forceUpdate', this).call(this); |
{ | ||
"name": "react-virtualized-sticky-tree", | ||
"description": "A React component for efficiently rendering tree like structures with support for position: sticky", | ||
"version": "2.1.13", | ||
"version": "2.1.14", | ||
"author": "Marc McIntyre <marchaos@gmail.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
96505
1920