When I run **scrollToEnd** in version **0.63**, I get the error `scrollIntoView` of undefined. also now scroll.props.scrollToEnd gives an error. Because there are no props. ```JS this.scroll.props.scrollToEnd(); // Change to this.scroll.scrollToEnd(); ``` ### Warning: TypeError: Cannot read property 'scrollIntoView' of undefined this is a warning But it doesn't scroll down. Thanks.