Relative Content

Tag Archive for javascripthtmllitprismjs

Lit Code Highligher: Slot content not visible in firstUpdated() function

Below is the Lit Element I’m trying to make to display a codeblock with Prism.js code highlighting. For some reason the slot content is not showing up in the firstUpdated() function when I query the #code element. I can run the same code in the dev tools console and I do see the content so I’m not really sure why it isn’t working in the firstUpdated() function.