Skip to content

Batch callback error when implementing the Comments Bubble #12

Description

@oluwaseunolafisoye

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}
/>
))}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions