figma_clone icon indicating copy to clipboard operation
figma_clone copied to clipboard

Batch callback error when implementing the Comments Bubble

Open olafisoyevince opened this issue 11 months ago • 6 comments

I get this error when trying to see the result of the Comments Bubble feature.

Screenshot 2024-03-03 184604

Screenshot 2024-03-03 184738 Screenshot 2024-03-03 184806

But when I comment out this block of code from CommentsOverlay.tsx the error goes away. which means the error is most likely coming from somewhere in OverlayThread component. Any tips on how to fix this error will be greatly appreciated.

{threads .filter((thread) => !thread.metadata.resolved) .map((thread) => ( <OverlayThread key={thread.id} thread={thread} maxZIndex={maxZIndex} /> ))}

olafisoyevince avatar Mar 03 '24 17:03 olafisoyevince