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

React library to provide a declarative scroll to between sections

Results 37 react-scroll-section issues
Sort by recently updated
recently updated
newest added

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react), [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 17.0.2 to 18.2.0 Release notes Sourced from react's releases. 18.2.0 (June 14, 2022) React DOM...

dependencies

Bumps [cypress](https://github.com/cypress-io/cypress) from 9.7.0 to 10.7.0. Release notes Sourced from cypress's releases. v10.7.0 Changelog: https://docs.cypress.io/guides/references/changelog#10-7-0 v10.6.0 Changelog: https://docs.cypress.io/guides/references/changelog#10-6-0 v10.5.0 Changelog: https://docs.cypress.io/guides/references/changelog#10-5-0 v10.4.0 Changelog: https://docs.cypress.io/guides/references/changelog#10-4-0 v10.3.1 Changelog: https://docs.cypress.io/guides/references/changelog#10-3-1 v10.3.0 Changelog: https://docs.cypress.io/guides/references/changelog#10-3-0...

dependencies

# Fix #364 # Changes Create a unregisterRef function to trigger on unmount Section component.

Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 8.0.11 to 9.3.1. Release notes Sourced from ts-loader's releases. v9.3.1 Bug fix: Generate declaration files for js files if allowJs is set to true #1260 - thanks...

dependencies

Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 17.0.14 to 18.0.3. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react-dom&package-manager=npm_and_yarn&previous-version=17.0.14&new-version=18.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

# Description When I unmount a `Section,` I expected that the return of `useScrollSections` just includes the mounted sections, but it stores all registered sections. # Link to Reproduction https://codesandbox.io/s/react-scroll-section-unmount-issue-5g2l3?file=/src/App.js...

I'm using node version v14.15.4 and NextJS 12.0.7, with react 17.0.2, and when I try to import anything, it gives me that error: ![image](https://user-images.githubusercontent.com/38303017/156420756-a0a4531f-2f2a-4890-8485-65078416c01d.png) Did anyone manage to solve it?

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.15.0 to 8.5.0. Changelog Sourced from eslint-config-prettier's changelog. Version 8.5.0 (2022-03-02) Added: [@​typescript-eslint/space-before-blocks]. Thanks to Masafumi Koba (@​ybiquitous)! Version 8.4.0 (2022-02-19) Added: [vue/quote-props]. Thanks to @​xcatliu! Version...

dependencies

#### I am trying to implement it in a nextjs project with ts and I encountered this error when I am running your README(doc) example. I am using yarn ```bash...

After the scroll debounce happens, it would be nice if we could provide some sort of callback function. For example, I'd like to use `history.pushState` to update the hash on...