adrianhajdin / collaborative-editor

Learn how to build any collaborative application by building LiveDocs, an improved Google Docs that manages millions of collaborators in real-time.
https://jsm-live-docs.vercel.app
321 stars 86 forks source link

Adding not existing collaborator #3

Closed AlexanderPetruska closed 1 month ago

AlexanderPetruska commented 1 month ago

Screenshot 2024-07-22 at 17 52 57

The problem occurs when you try to add email that does not exists for collaboration i fixed it by adding check to page.tsx in documents/[id] that looks like this.

Screenshot 2024-07-22 at 17 56 03