diff --git a/examples/react/components/Content.tsx b/examples/react/components/Content.tsx index 386972667..68d60c6c6 100644 --- a/examples/react/components/Content.tsx +++ b/examples/react/components/Content.tsx @@ -296,6 +296,7 @@ const Content: React.FC = () => { url.search = ""; window.history.replaceState({}, document.title, url); localStorage.removeItem("message"); + // eslint-disable-next-line react-hooks/exhaustive-deps }, []); const handleSubmit = useCallback(