react-scroll-to-component icon indicating copy to clipboard operation
react-scroll-to-component copied to clipboard

smooth scrolling to react component via reference.

Results 19 react-scroll-to-component issues
Sort by recently updated
recently updated
newest added

Hi, I have a parent and a child component. I want to have a button in the child component which onclick calls a function in the parent component. Inside this...

`Warning: {COMPONENT} is accessing findDOMNode inside its render(). render() should be a pure function of props and state. It should never access something that requires stale data from the previous...

I get the below error in IE `TypeError: Invalid calling object at animate (eval code:46:5) at scrollTo (eval code:50:3) at module.exports (eval code:31:3) at Anonymous function (eval code:136:11) at callCallback...

Using meteor 1.8, not doing server side rendering. First on meteor startup after installing this module I have the following warning : ``` Unable to resolve some modules: "tween" in...

I'd like to scroll only if the target component is not already visible.

```json "dependencies": { "gatsby": "^2.0.0", "react-scroll-to-component-ssr": "^1.0.0", ... } ``` Tried with the ssr version and the original one. Works with `gatsby develop` but not when built and served. Is...

I am having an issue when testing in low speed 3G. If there are components still loading and the scrolls-to-component function is triggered it scrolls to the component as expected...

this is not working on IE and edge Browser can anyone help me?