diff --git a/pages/debug.tsx b/pages/debug.tsx index a6d5899..ccb1650 100644 --- a/pages/debug.tsx +++ b/pages/debug.tsx @@ -29,10 +29,6 @@ https://github.com/koreanbots }, onSubmit: ()=>{ alert('Pong') } }) - useEffect(()=> { - // eslint-disable-next-line @typescript-eslint/no-explicit-any - window.document.querySelectorAll('pre code').forEach(el=> (window as any).hljs.highlightBlock(el)) - }, [formik.values.markdown]) const { theme, systemTheme } = useTheme() return

개발자모드