diff --git a/app/entry.server.tsx b/app/entry.server.tsx index b8c639337..33ebd1aee 100644 --- a/app/entry.server.tsx +++ b/app/entry.server.tsx @@ -41,6 +41,7 @@ export default async function handleRequest( lng, // The locale we detected above ns, // The namespaces the routes about to render wants to use resources, + showSupportNotice: false, }); return new Promise((resolve, reject) => {