Skip to content

Commit

Permalink
fix eslint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
erditkurteshiSQA committed Oct 13, 2023
1 parent d2a4c36 commit 15636cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/react/components/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 15636cb

Please sign in to comment.