Skip to content

Commit

Permalink
update changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanniser committed Oct 30, 2024
1 parent 0440ae6 commit 22351a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changeset/three-foxes-unite.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
---

Add support for Next.js 15, which makes accessing search and route params from page components and layouts async

This change required moving the parsing logic from the HOC component, and before your page component ever gets called, to when you `await`/`.then` the searchParams/routeParams promise. This means that those promises will now reject when validation fails, but this also allows more fine grained error handling.

0 comments on commit 22351a5

Please sign in to comment.