Skip to content

Commit dab6b16

Browse files
Update create-code-editor.tsx
1 parent b725c4e commit dab6b16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/create-code-editor.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ export function CreateCodeEditor({
227227
};
228228

229229
return (
230+
// eslint-disable-next-line react-hooks/exhaustive-deps
230231
<CodeEditor
231232
code={code}
232233
setCode={setCode}

0 commit comments

Comments
 (0)