We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ca4d9 commit b725c4eCopy full SHA for b725c4e
src/components/create-code-editor.tsx
@@ -1,3 +1,4 @@
1
+// @ts-ignore
2
"use client";
3
import { postCodeAction } from "@/lib/actions/code";
4
import { languages, parser } from "@/config/code";
@@ -225,7 +226,6 @@ export function CreateCodeEditor({
225
226
eval('__just.Publish.Draft()');
227
};
228
- // @ts-ignore
229
return (
230
<CodeEditor
231
code={code}
0 commit comments