Skip to content

Commit

Permalink
missing effect dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheyenbrock committed May 16, 2024
1 parent 26bab3f commit 074061a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function useIncrementsEditor({
return () => {
isActive = false;

Check warning on line 82 in packages/graphiql-react/src/editor/components/increments-editors.tsx

View check run for this annotation

Codecov / codecov/patch

packages/graphiql-react/src/editor/components/increments-editors.tsx#L81-L82

Added lines #L81 - L82 were not covered by tests
};
}, [editorTheme]);
}, [editorTheme, increment.payload]);

useSynchronizeOption(editor, 'keyMap', keyMap);

Check warning on line 86 in packages/graphiql-react/src/editor/components/increments-editors.tsx

View check run for this annotation

Codecov / codecov/patch

packages/graphiql-react/src/editor/components/increments-editors.tsx#L86

Added line #L86 was not covered by tests

Expand Down

0 comments on commit 074061a

Please sign in to comment.