Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Printing error caused by incorrectly named variable #1

Open
Steve-MP opened this issue Nov 25, 2022 · 0 comments
Open

Printing error caused by incorrectly named variable #1

Steve-MP opened this issue Nov 25, 2022 · 0 comments

Comments

@Steve-MP
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant