framework
framework copied to clipboard
uncaught TypeError: HTML comments with template literals and string interpolation
In a markdown file, add:
<!--This is a comment.
Comments are not displayed in the browser ${'hello'}
-->
In the browser console, this shows up: