Sina Meraji

Results 4 comments of Sina Meraji

Any updates? Facing the same issue while using deeplinks created via Firebase

found a solution here: https://tiptap.dev/blog/release-notes/say-hello-to-tiptap-2-5-our-most-performant-editor-yet ``` const editor = useEditor({ extensions, content, /** * This option gives us the control to enable the default behavior of rendering the editor immediately....

im self hosting supabase. managed to get it to work with this: **supabase/docker/volumes/functions/main/index.ts** ``` import { serve } from 'https://deno.land/[email protected]/http/server.ts' import * as jose from 'https://deno.land/x/[email protected]/index.ts' console.log('main function started') const...