diff --git a/.changeset/dry-bugs-flash.md b/.changeset/dry-bugs-flash.md new file mode 100644 index 0000000000..4c9fc3f425 --- /dev/null +++ b/.changeset/dry-bugs-flash.md @@ -0,0 +1,5 @@ +--- +'@clerk/nextjs': patch +--- + +Adjust how we are importing `next/navigation` to ensure it can function in versions of next that don't have this export.