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

React scroll component

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

**I am Getting This error in console when setting the "to" into the state** `VM11802:1 Uncaught TypeError: Cannot read properties of null (reading 'match')` ** this is my code **...

It seems that the activeClass that applies to the link after click no longer works. When is clicked, the the element would scroll into view but the active class is...

![image](https://github.com/fisshy/react-scroll/assets/50164727/2847bbe9-3a4f-4699-bd7d-3c247a2c5d49) ![image](https://github.com/fisshy/react-scroll/assets/50164727/bcb4aa31-af73-40b8-97d4-b0353c984b75)

After Nextjs updated to version 13.5 and above react scroll no longer works. They changed how importing works in their system, not sure if it has anything to do here...

doesnt works in new nextjs version

Erro: 'Link' cannot be used as a JSX component. Its type 'typeof Link' is not a valid JSX element type.ts(2786) I'm having a problem using the Link. Version I'm using:...

https://github.com/fisshy/react-scroll/blob/526bab0e682ee941b53ff4fba7e6d5c40abe0144/modules/mixins/passive-event-listeners.js#L13-L15 Version 1.9.0 added a deduplication mechanism for event listeners, but did not remove the corresponding records. This causes the component to fail to update the event listener when it...

@fisshy I've tried smooth scrolling using element and scroller but is not scrolling PFB for the codesandbox link https://codesandbox.io/s/serene-david-t6pf6v

Hello! In my real project I have a 1px border on my container element, so link scrolling is not passing this 1px to the element. So I don't have activeClass...

Hi. I want to scroll to the id. When it is at the top of the page, it works correctly, but if it is in the middle of the page...