diff --git a/react/src/lib/Giscus.tsx b/react/src/lib/Giscus.tsx index b52270a4..6ae64fe9 100644 --- a/react/src/lib/Giscus.tsx +++ b/react/src/lib/Giscus.tsx @@ -25,8 +25,6 @@ export default function Giscus({ import('giscus').then(() => setMounted(true)); }, []); - if (!mounted) return null; - return ( <> {mounted && (