v1.1.0
- The function returned by
getForceUpdatenow traverses the tree recursively, so even nested components withshouldComponentUpdate() { return false }are being force-updated (#25)
getForceUpdate now traverses the tree recursively, so even nested components with shouldComponentUpdate() { return false } are being force-updated (#25)