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

React scroll component

Results 143 react-scroll issues
Sort by recently updated
recently updated
newest added

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

``` scroller.scrollTo(scrollRef.current[nextPage].props.name, { duration: 800, delay: 0, smooth: true }); ``` doesn't work in chrome and edge. works on firefox though. When I remove smooth: true, it works on every...

I have the following error when trying to use either in JSX: ```js 'Element' cannot be used as a JSX component. Its instance type 'Element' is not a valid JSX...

Hi, Just noticed that the peerDependencies are still the previous ones to #503 on npm. Just installed the package inside an empty directory (after clearing npm cache) and the peerDependencies...

Once make an upgrade to latest version of react and next js im finding this issue, and no clue about what's going on error - ./node_modules/react-scroll/modules/components/Button.js Module parse failed: Unexpected...

Hello, Demo: https://6vk5zm231k.codesandbox.io/ My page has a fixed header and offset is equal to its height, which works when clicking around within the page. However if I navigate to the...

The setup is like this. Side bar component - Tabs (Scroll.Link) View component - Scrollable container contains components -- Components (Scroll.Element) The components are tables and after mounting will start...

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 2.11.5 to 3.1.11. Release notes *Sourced from [webpack-dev-server's releases](https://github.com/webpack/webpack-dev-server/releases).* > ## v3.1.11 > > ## [3.1.11](https://github.com/webpack/webpack-dev-server/compare/v3.1.10...v3.1.11) (2018-12-21) > > > ### Bug Fixes > > * **bin/options:**...

dependencies

Please, update npm package from master for spyThrottle usage. Thank you!

Hi, I ran into a problem as I can't activate the last element. This occurs because the last element does not have a height of 100vh. In my case, I...