hyperx icon indicating copy to clipboard operation
hyperx copied to clipboard

add check just variable and build virtual dom

Open LSJJOON opened this issue 5 years ago • 0 comments

existing hyperx library can't build like

var view = `<div></div>`;
const newH = hx`${view}`;

so this commit solve this.

LSJJOON avatar Jan 08 '19 08:01 LSJJOON