next-learn icon indicating copy to clipboard operation
next-learn copied to clipboard

Chapter 11: Small typo `searchParams` should be `useSearchParams`

Open don-esteban opened this issue 1 year ago • 0 comments

At the beginning of Chapter 11 you write:

In this chapter...

Here are the topics we’ll cover Learn how to use the Next.js APIs: searchParams, usePathname, and useRouter. Implement search and pagination using URL search params.

It should be useSearchParams.

don-esteban avatar Feb 25 '24 14:02 don-esteban