diff options
| author | schererleander <leander@schererleander.de> | 2025-12-25 23:44:36 +0000 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-12-25 23:44:36 +0000 |
| commit | b18804eec6b525a3c5607efcf95d50177f0f12bd (patch) | |
| tree | 8510f1684148f88d36ec804acc168c4c5b927a73 /components/mdx-content.tsx | |
| parent | bb8d42d6529ce25657654af36d879502906d7e77 (diff) | |
fix(lint): suppress react-hooks/static-components error in MDXContent
Diffstat (limited to 'components/mdx-content.tsx')
| -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' |
