Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught ReferenceError: regeneratorRuntime is not defined #228

Closed
tOOmki opened this issue Jun 14, 2023 · 8 comments
Closed

Uncaught ReferenceError: regeneratorRuntime is not defined #228

tOOmki opened this issue Jun 14, 2023 · 8 comments
Labels
bug Something isn't working released

Comments

@tOOmki
Copy link

tOOmki commented Jun 14, 2023

In the HA logs I have this error:
"Uncaught ReferenceError: regeneratorRuntime is not defined"
Card not showing - "Custom element doesn't exist: purifier-card."
Version 2.3.0

Home Assistant 2023.6.1
Supervisor 2023.06.2
Operating System 10.2
Interfejs użytkownika: 20230608.0 - latest

@tOOmki tOOmki added the bug Something isn't working label Jun 14, 2023
@ckhericks
Copy link

ckhericks commented Jun 15, 2023

Same, it appears as though card 'custom:purifier-card' is no longer found in lovelace after updating to 2.3.0?

Update: I can confirm that rolling back to v.2.2.3 fixed the problem, there must be some bug in v2.3.0.

@gabrymed
Copy link

Same here with 3H.

@denysdovhan
Copy link
Owner

Hey, that's my mistake. I released a version with updated dependencies, one of those were broken. The fix is coming right now.

@gabrymed
Copy link

@denysdovhan
Thanks a lot

github-actions bot pushed a commit that referenced this issue Jun 15, 2023
## [2.3.1](v2.3.0...v2.3.1) (2023-06-15)

### Bug Fixes

* **deps:** regeneratorRuntime is not defined in ha-template ([9ffbc1b](9ffbc1b)), closes [#228](#228)
@github-actions
Copy link

🎉 This issue has been resolved in version 2.3.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@oopiicaa
Copy link

It's still the same in 2.3.1

@stephywephy88
Copy link

It's still the same in 2.3.1

My cards are back up 👍🏼

@spider7611
Copy link

2.3.1 not working for me, must go back to 2.2.3 which is working ok.

github-actions bot pushed a commit to duddi/purifier-card that referenced this issue Aug 8, 2024
# 1.0.0 (2024-08-08)

### Bug Fixes

* add linting before build on CI ([4730836](4730836))
* add main branch for releases ([df6c28c](df6c28c))
* add missing space in version console.info ([c546542](c546542))
* bump ha-template ([7ba4117](7ba4117))
* card-mod not working ([denysdovhan#247](https://github.com/duddi/purifier-card/issues/247)) ([4df2497](4df2497))
* centered icons in buttons ([denysdovhan#73](https://github.com/duddi/purifier-card/issues/73)) ([67e3762](67e3762))
* change default platform to xiaomi_miio_airpurifier ([81f302d](81f302d))
* **deps:** fix stale ha-tempalte bundle ([8d00cd5](8d00cd5))
* **deps:** regeneratorRuntime is not defined in ha-template ([9ffbc1b](9ffbc1b)), closes [denysdovhan#228](https://github.com/duddi/purifier-card/issues/228)
* Do not fail when problem with stats encountered ([5eeddd1](5eeddd1))
* do not render empty % ([3a13d9c](3a13d9c))
* fix circular progress ([3afe6a8](3afe6a8))
* fix missing lit-element ([4cb8091](4cb8091)), closes [denysdovhan#106](https://github.com/duddi/purifier-card/issues/106)
* Fix preset menu in 2022.3.x ([denysdovhan#90](https://github.com/duddi/purifier-card/issues/90)) ([f83f939](f83f939))
* fix problem with ha-template dep ([eee8dc3](eee8dc3))
* fix release cycle ([6e35797](6e35797))
* Fixed showSpeed and showPresetMode ([denysdovhan#63](https://github.com/duddi/purifier-card/issues/63)) ([2027560](2027560))
* **ha:** fix ha-icon-button issue ([03b4881](03b4881)), closes [denysdovhan#72](https://github.com/duddi/purifier-card/issues/72)
* Migrate fan model ([denysdovhan#41](https://github.com/duddi/purifier-card/issues/41)) ([0005c3c](0005c3c))
* migrate rollup to esm modules ([5b2269f](5b2269f))
* minor problems with deps ([7095dfc](7095dfc))
* not rendering falsy values in stats. ([9f1cd80](9f1cd80))
* **readme:** Add notice about Ukraine ([9dfa151](9dfa151))
* regeneratorRuntime is not defined ([0a08943](0a08943))
* Remove changelog and add missing git ([99d1340](99d1340))
* Remove changelog and add missing git ([f949592](f949592))
* remove xiaomi_miio_level_without_preset_mode warnings ([9ea87e4](9ea87e4))
* rename speed to preset_mode in translations ([046fdb0](046fdb0))
* **semantic-release:** Add missing deps ([fb17f0b](fb17f0b))
* speed popup overflow ([da4377a](da4377a))
* Speed/Preset mode header fix ([denysdovhan#60](https://github.com/duddi/purifier-card/issues/60)) ([6c96905](6c96905))
* **style:** Corners overlapping ([692bf68](692bf68))
* untranspiled ?? operator ([154200d](154200d))
* wrap actions denysdovhan/vacuum-card#208 ([abd7ade](abd7ade))

### Code Refactoring

* drop xiaomi_miio_favorite_level option ([f20fdcc](f20fdcc))
* remove deprecated fan.set_speed service ([bc93b78](bc93b78))
* rename actions to shortcuts ([f4ddf8d](f4ddf8d))

### Features

* add 'platform' option ([denysdovhan#69](https://github.com/duddi/purifier-card/issues/69)) ([92f7093](92f7093))
* Add @semantic-release/git for updating version in the repo ([6d15205](6d15205))
* add a slider to adjust speed ([fff54f5](fff54f5))
* add ability to combine attribute and entity_id in stats ([de31c53](de31c53))
* add Bulgarian translation ([b9e14a6](b9e14a6))
* add compact_view options in UI editor ([5aaede9](5aaede9))
* Add Spanish translation ([denysdovhan#268](https://github.com/duddi/purifier-card/issues/268)) ([d3a7cd1](d3a7cd1))
* add templates and lots of refactoring ([6f8bb45](6f8bb45))
* Add zh-TW localization ([denysdovhan#68](https://github.com/duddi/purifier-card/issues/68)) ([f712ed4](f712ed4))
* Added Catalan translation ([denysdovhan#37](https://github.com/duddi/purifier-card/issues/37)) ([894ea35](894ea35))
* Added Russian language ([denysdovhan#42](https://github.com/duddi/purifier-card/issues/42)) ([1295074](1295074))
* allow configuration of aqi value and title ([084be62](084be62))
* Extend callService with target to make it possible to call a service on a custom entity. ([denysdovhan#363](https://github.com/duddi/purifier-card/issues/363)) ([861a52c](861a52c))
* **i18n:** add dutch translation ([denysdovhan#211](https://github.com/duddi/purifier-card/issues/211)) ([a8dd218](a8dd218))
* Integrated the Italian language ([denysdovhan#56](https://github.com/duddi/purifier-card/issues/56)) ([43b46cb](43b46cb))
* introduce styling and refactor styles ([48ec9c3](48ec9c3))
* print version in console ([7610929](7610929))
* provide value inside value_template ([ad5ae4f](ad5ae4f))
* start transition to typescript ([5d61230](5d61230))

### BREAKING CHANGES

* The speed option is removed in favour of percentage
* xiaomi_miio_favorite_level is removed
* Changes default platform from xiaomi_miio to xiaomi_miio_airpurifier
* `speed` option for `shortcuts` is replaced by `preset_mode` and `percentage`
* actions are renamed to shortcuts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

No branches or pull requests

7 participants