We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2087d39 commit edc98a2Copy full SHA for edc98a2
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