I have a remix App (SSR). When i add a script for google analytics, it shows an error of hydration in production , especially on line with gtag('js', new Date())
Does anybody know another way to add this script, or remove this error?
i tried adding suppressHydrationWarning={true}
but still have error message