Closed riziles closed 2 years ago
Thank you for letting me know, the breaking change was renaming litHtml
to lit
. I'll update the example notebook.
Thank you for letting me know, the breaking change was renaming
litHtml
tolit
. I'll update the example notebook.
My pleasure... By the way this product is super cool. I can't wait until you add AssemblyScript cells! That will be the coolest...
The currency converter in the Data Visualization in JS demo doesn't work unless I add
const litHtml = await import('https://cdn.skypack.dev/lit-html');
in one of the code cells.