Adonis0123
Adonis0123
This is how I solved it /_app.tsx ``` function MyApp({ Component, pageProps }: AppProps) { useEffect(() => { const use = async () => { (await import('tw-elements')).default; }; use(); },...
In order to maintain consistency between the behaviors of "insertContent" and "setContent", this is what I did: ` const htmlWithoutNewLine = html.replace(/\n/g, '');`
After testing, specifying timestamp can solve the problem. `posthog.capture('xxx', params, { timestamp })`