We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 943c396 commit ccc4862Copy full SHA for ccc4862
web/pages/[username]/index.tsx
@@ -190,6 +190,10 @@ export default function UserPage(props: UserPageProps) {
190
}
191
192
load()
193
+ } else {
194
+ setUser(props.user)
195
+ setProfile(props.profile)
196
+ setNotFoundCustomText(props.notFoundCustomText)
197
198
// On web, initialProfile from SSR/ISR is already loaded
199
}, [username, nativeMobile]);
0 commit comments