Skip to content

Commit

Permalink
docs: remove 'import type' declaration in javascript snippet (#9180)
Browse files Browse the repository at this point in the history
  • Loading branch information
oluwatobiss committed Jul 27, 2023
1 parent 2276dfb commit 983fb2d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions website/docs/advanced/client.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ For every route transition, there will be several important timings:
Note that the new page's DOM is only available during event (4). If you need to manipulate the new page's DOM, you'll likely want to use `onRouteDidUpdate`, which will be fired as soon as the DOM on the new page has mounted.

```js title="myClientModule.js"
import type {Location} from 'history';

export function onRouteDidUpdate({location, previousLocation}) {
// Don't execute if we are still on the same page; the lifecycle may be fired
// because the hash changes (e.g. when navigating between headings)
Expand Down

0 comments on commit 983fb2d

Please sign in to comment.