Skip to content

Commit

Permalink
chore(site): fix effect deps lint
Browse files Browse the repository at this point in the history
miss dep
  • Loading branch information
lifeiFront authored Jan 16, 2025
1 parent ae4e703 commit 80f67ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ function Components() {
};

initHistoryVersions();
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);

useEffect(() => {
Expand Down

0 comments on commit 80f67ca

Please sign in to comment.