andrey-git / home-assistant-custom-ui

Custom UI elements for https://home-assistant.io
https://home-assistant.io
MIT License
528 stars 97 forks source link

TypeError #145

Closed uchagani closed 6 years ago

uchagani commented 6 years ago

Getting the following error in the dev panel. multiple errors of the same thing. I've cleared application data and all cache (for the entire browser).

https://xxxxxxxxxxxx.duckdns.org/frontend_es5/app-decf9df57101156d4bdfa688327fc24a.js:2:16401 TypeError: undefined is not an object (evaluating 'window.hassUtil.computeDomain')

Checklist

Browser + Version: 67.0.3396.99

CustomUI version: 20180716

Home Assistant release (hass --version): 0.73.2

Problem-relevant Home Assistant log entries:

https://xxxxxxx.duckdns.org/frontend_es5/app-decf9df57101156d4bdfa688327fc24a.js:2:16401 TypeError: undefined is not an object (evaluating 'window.hassUtil.computeDomain')
andrey-git commented 6 years ago

CustomUI no longer uses hassUtil, so either it is a caching issue or maybe you are using it in your config?