Giter Club home page Giter Club logo

Comments (3)

brophdawg11 avatar brophdawg11 commented on August 15, 2024

I don't understand the issue/question? A reproduction would be helpful.

You should not be using window.scrollTo(0, 0) in conjunction with <ScrollRestoration> - you should use one or the other.

preventScrollReset={false} doesn't optout from global scroll restoration behavior.

preventScrollReset is not for opting out of scroll restoration - it is strictly for opting out of resetting the scroll position back to the top of the page if a restoration position cannot be found.

Restoration is driven by the scroll restoration key, which defaults to location.key, but is configurable via getKey - so I think that is what you likely want to reach for.

from remix.

mschipperheyn avatar mschipperheyn commented on August 15, 2024

Just to contextualize. We are using as a kind of blanket approach in root.tsx bc it generally is what you want to occur and you want to avoid the replication of using it on a per route basis. But you do want to "opt out" from the behaviour on a per Link basis. I guess we might be wanting something that is outside of the intended behavior. I'll review that getKey option.

from remix.

brophdawg11 avatar brophdawg11 commented on August 15, 2024

ok - if that doesn't work for you - please provide a small reproduction of the UI/ behavior you're looking for and we can use that to try to come up with a solution.

from remix.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.