My template does string interpretation of an attribute value: ``` <div id="container"> <a href="/"><button>Main</button></a> <ul> ${list.map(item => [item.hash, html` <li><a href="/series/${item.hash}">${item.hash}</a></li> `])} </ul> </div> ``` I know this is not allowed anymore, but the error message is a bit confusing: 