@@ -226,6 +226,8 @@ const CodeEditor = ({
node.removeEventListener?.("keydown", handleKeyDown);
};
}
+
+ return undefined;
}, [
value,
onChangeText