supabase-comments-extension icon indicating copy to clipboard operation
supabase-comments-extension copied to clipboard

A comment system built on supabase

Results 6 supabase-comments-extension issues
Sort by recently updated
recently updated
newest added

Optimistic updates to add/remove comments and reactions for better user experience.

This is a benign error, but in the console, I get a lot of this: ``` Warning: validateDOMNesting(...): cannot appear as a descendant of . at div at PureEditorContent ```

I'm using Tailwind on a project where I'm also using this, and the profile picture got knocked down with a `mt-4` that got to its `img` element. Maybe consider putting...

Hey, this might be a dumb question, but this is the first time I've used supabase and I can't get the oauth callback setup to work. I've setup an oauth...

**Feat** Twitter handle - Additional SQL and UI changes visible in Comment.tsx **Fix** Editor - @tiptap module codeBlock duplication. Extend @tiptap StarterKit and set codeBlock to 'false' Props to @malerba118...

Hello, when I try to make it work in a page with comments. I get this error: error - TypeError: supabaseClient.auth.session is not a function Page: const Comment = ()...