Skip to content

Printing error caused by incorrectly named variable #1

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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