Azriz Jasni
Azriz Jasni
Hi any update on this 🙂.
Hi @toanqc , just wondering if you found a workaround could you share your solution here. Im also working similar cases like you. Thanks
this is react jsx. works fine for me ```tsx import { useTheme } from 'next-themes' import React, { useEffect, useRef } from 'react' export const UtterancesComments: React.FC = () =>...
i've small little suggestion tho... why not ```ts var k, y, str='', a = typeof mix; if (a === 'string' || a === 'number') {} if (a === 'object') {}...
I was also in same page with @ignatz . Currently using vite dev and whenever hit save, it re-download almost 300+ js. If anyone can share some work-around please let...
Works for me ```ts
Hi, i'm still facing this issue and for the time being we can add this `-Hydration` in dev-tool console. Yes it is short term solution. ``` "vite": "^7.0.6", "tailwindcss": "^4.1.11",...