test(release): strengthen production verification
This commit is contained in:
@@ -16,7 +16,7 @@ function renderVerifyEmailPage(search: string, emailChange = false) {
|
||||
const path = emailChange ? '/confirm-email-change' : '/verify-email';
|
||||
window.history.pushState({}, '', `${path}${search}`);
|
||||
return render(
|
||||
<MemoryRouter initialEntries={[`${path}${search}`]} future={{ v7_startTransition: true, v7_relativeSplatPath: true }}>
|
||||
<MemoryRouter initialEntries={[`${path}${search}`]}>
|
||||
<I18nProvider>
|
||||
<VerifyEmailPage emailChange={emailChange} />
|
||||
</I18nProvider>
|
||||
|
||||
Reference in New Issue
Block a user