Arguments
- ...
Props to pass to element. Notable props:
getKey(aJSfunction to compute the scroll key from the location) andstorageKey(Character, customsessionStoragekey).
Details
Emulates the browser's scroll restoration on location changes after loaders
have completed. Place once inside the root layout of a data router app.
Requires a data router (createBrowserRouter,
createHashRouter, etc.).
