diff --git a/src/pages/chatgpt/index.jsx b/src/pages/chatgpt/index.jsx index 5f3f04d2..e2baf265 100644 --- a/src/pages/chatgpt/index.jsx +++ b/src/pages/chatgpt/index.jsx @@ -1,3 +1,4 @@ +/* eslint-disable react/no-children-prop */ import React, { useRef, useCallback, useState, useEffect } from 'react' import MarkmapHooks from '@stateful/markmap' import FixTabPanel from '@stateless/FixTabPanel'