Skip to content

Can give an example for use this npm , #12

@Lcj-space

Description

@Lcj-space

<WebWorker url={getOneUrl(/repositories/${repoId}/merge_requests/${mrIid}`)}>

    {diffData.changes.map((v) => (
      <Card
        id={v.id}
        diff={v.diff}
        source={v.source}
        viewType={viewType}
        diffComment={filterCommentById(v.id)}
        name={v.newPath || v.oldPath}
        newPath={v.newPath}
        oldPath={v.oldPath}
        renamedFile={v.renamedFile}
        addLinesCount={v.addLinesCount}
        deleteLinesCount={v.deleteLinesCount}
      />
    ))}

  </WebWorker>`

get error
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions