Skip to content

Commit

Permalink
fix: Add back the .js extension to the pages router adapter (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 authored Oct 22, 2024
1 parent 1456d50 commit cd5bec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuqs/src/adapters/next/impl.pages.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useSearchParams } from 'next/navigation'
import { useSearchParams } from 'next/navigation.js'
import type { NextRouter } from 'next/router'
import { useCallback } from 'react'
import { debug } from '../../debug'
Expand Down

0 comments on commit cd5bec1

Please sign in to comment.