This repository has been archived by the owner on Apr 10, 2021. It is now read-only.
[BUG] Uncaught TypeError: Class constructor gt cannot be invoked without 'new' #5
Labels
bug
Something isn't working
Describe the bug
LitElement doesn't load. App is blank with error in console:
Uncaught TypeError: Class constructor gt cannot be invoked without 'new'
Is this connected to the fact native web components must use
new
but they're being transpiled?To Reproduce
Steps to reproduce the behavior:
yarn build:static
cd build
http-server
Expected behavior
App loads
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: