diff --git a/app/entry.client.tsx b/app/entry.client.tsx index af41138..7e3d179 100644 --- a/app/entry.client.tsx +++ b/app/entry.client.tsx @@ -5,6 +5,10 @@ import { ClientProvider } from '@mantine/remix'; function hydrate() { startTransition(() => { + document.querySelectorAll('html > script').forEach((s) => { + s.parentNode!.removeChild(s); + }); + hydrateRoot( document,