plate icon indicating copy to clipboard operation
plate copied to clipboard

Unable to save comments

Open DineshCodeFlow opened this issue 10 months ago • 1 comments

Description

Unable to save comments

<CommentsProvider users={commentsUsers} myUserId={myUserId}>
 <Plate plugins={plugins} initialValue={initialValue}
          onChange={(data) => {
          // COMMENTS ARE NOT COMING HERE...
          }}
</Plate>
</CommentsProvider>

However CommentsProvider has events such as onCommentAdd, onCommentUpdate, onCommentDelete, but there is not exact guide anywhere which tell exacly how to save comment along with the platejs output content.

DineshCodeFlow avatar Apr 03 '24 11:04 DineshCodeFlow

having same issue

sewellstephens avatar May 19 '24 13:05 sewellstephens

Whats the fix? I could never get comments to save.

sewellstephens avatar Aug 30 '24 02:08 sewellstephens