-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Closed
Description
Trying to have the browser scroll to the top upon cliking a router . Curren't it is preserving the scroll position.
Could not find anywhere in the documentation.
my render looks something like this
React.render(
<Router history={createBrowserHistory()} routes={routes} />,
document.getElementById('root')
);
Metadata
Metadata
Assignees
Labels
No labels