thomasloven / lovelace-card-mod

🔹 Add CSS styles to (almost) any lovelace card
MIT License
1.13k stars 168 forks source link

Uncaught SyntaxError: Identifier 'tt' has already been declared #254

Open Rudinskas opened 1 year ago

Rudinskas commented 1 year ago

My Home Assistant version: 2022.9.1

My lovelace configuration method (GUI or yaml):yaml

I'm getting error that 'tt' has already been declared.

Logger: frontend.js.latest.202209070
Source: components/system_log/__init__.py:227
First occurred: 18:51:29 (3 occurrences)
Last logged: 18:51:33

https://xxx.lt/hacsfiles/lovelace-card-mod/card-mod.js:1:1 Uncaught SyntaxError: Identifier 'tt' has already been declared
https://xxx.lt/lovelace/training:0:0 Uncaught
https://xxx.lt/hacsfiles/thomasloven/popup-card.js?track=true:8:30 Uncaught TypeError: moreInfo.getAttribute is not a function

I'm trying to make a pop-up card. This error appears when I click on the pop-up button.

How to solve this issue?