We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9679188 commit 02f8029Copy full SHA for 02f8029
app/platform-redirect/page.tsx
@@ -9,7 +9,7 @@ import {setServerContext} from 'sentry-docs/serverContext';
9
import 'sentry-docs/styles/screen.scss';
10
11
export default async function Page({
12
- searchParams: {next, platform},
+ searchParams: {next = '', platform},
13
}: {
14
searchParams: {[key: string]: string | string[] | undefined};
15
}) {
0 commit comments