Skip to content

Printing error caused by incorrectly named variable #1

@Steve-MP

Description

@Steve-MP

Printing of a render-rev-highlight component currently displays "undefined" because the variable containing the HTML content is incorrectly named.

Line 356-358 of render-rev-highlight.js should be:

       ${this._highlight.contents
          .map(({ html: htmlContent }) => `<article>${htmlContent}</article>`)
          .join('')}

I don't have permission to fork or upload a branch or I would've submitted a pull request.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions