react-list v0.8.7 Release Notes

Release Date: 2017-08-24 // over 6 years ago
    • ✂ Remove findDOMNode (and consequently the react-dom peer dependency) in favor of the preferred ref={c => this.el = c} pattern.