From 1c08ad506a22592a82fffef2a03c8a68b888df4b Mon Sep 17 00:00:00 2001 From: Palanikannan1437 <73993394+Palanikannan1437@users.noreply.github.com> Date: Thu, 10 Aug 2023 03:50:59 +0530 Subject: [PATCH] temp fix --- apps/app/components/tiptap/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/app/components/tiptap/index.tsx b/apps/app/components/tiptap/index.tsx index 26f6d86af..14e77825b 100644 --- a/apps/app/components/tiptap/index.tsx +++ b/apps/app/components/tiptap/index.tsx @@ -1,3 +1,4 @@ +// @ts-nocheck import { useEditor, EditorContent, Editor } from '@tiptap/react'; import { useDebouncedCallback } from 'use-debounce'; import { EditorBubbleMenu } from './bubble-menu';