Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSpencer committed Dec 31, 2023
1 parent 79a8dfd commit 4eaa6ba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ export const BoardContainer: FC<PropsWithChildren<BoardContainerProps>> = ({
};
}, []);

// biome-ignore lint/correctness/useExhaustiveDependencies: <explanation>
useEffect(() => {
if (JSON.stringify(board.data) !== JSON.stringify(data)) {
onDataChange(data);
Expand Down

0 comments on commit 4eaa6ba

Please sign in to comment.