-
SummaryIn Chrome v134.0.6998.118 (arm64, macOS), I noticed that a How is this implemented? Is this documented anywhere? Exampleexport default async function Page({
params,
}: {
params: Promise<{ org: string }>;
}): Promise<ReactElement> {
const { org } = await params;
console.log('*** server', org);
// ...
} |
Beta Was this translation helpful? Give feedback.
Answered by
SidKH
Mar 21, 2025
Replies: 1 comment
-
It's a React feature |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TrueWill
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's a React feature
facebook/react#30847