Uncaught ReferenceError: HTMLElement is not defined
I am trying to do Server Side Rendering using import {render} from '@lit-labs/ssr'; and import {html} from 'lit';
I am doing this by importing the libraries inside the /functions folder. But I get the error below.
What could be the problem?
1 Reply
Hey were you able to fix your issue and how did you fix them ?