Skip to content

Commit

Permalink
chore: eslint disable reacthooks check for contexteditor
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Oct 2, 2023
1 parent faff170 commit cb0a064
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/components/console/ContextEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export const ContextEditor: React.FC<ContextEditorProps> = (

return () => editor.current && editor.current.dispose();
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);

return <div id={id} className={styles.ContextEditor} ref={monacoEl}></div>;
Expand Down

0 comments on commit cb0a064

Please sign in to comment.