Skip to content

Commit

Permalink
fix: no longs
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Dec 11, 2023
1 parent dde4212 commit 887562f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/history/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ export function createBrowserHistory(opts?: {
state: any,
onUpdate: () => void,
) => {
console.log(destHref)
const href = createHref(destHref)

if (!scheduled) {
Expand Down

0 comments on commit 887562f

Please sign in to comment.