diff options
Diffstat (limited to 'components')
| -rw-r--r-- | components/mdx-content.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/mdx-content.tsx b/components/mdx-content.tsx index d93ba3d..d5e3812 100644 --- a/components/mdx-content.tsx +++ b/components/mdx-content.tsx @@ -1,3 +1,4 @@ +/* eslint-disable react-hooks/static-components */ 'use client' import { useMDXComponent } from 'next-contentlayer2/hooks' |
