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

Error "this.lastChild.setConfig is not a function" persists in 0.0.6 when mobile Chrome is used #16

Open
Molodax opened this issue Jun 14, 2021 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@Molodax
Copy link

Molodax commented Jun 14, 2021

I am using the group-card as the following:

card:
  card:
    show_header_toggle: false
    title: Low Batteries
    type: entities
  entities:
    - group.all_batteries
  show_empty: false
  state_filter:
    - operator: <
      value: 20
  title: Low Batteries
  type: entity-filter
group: group.all_batteries
type: custom:group-card

It has fortunately started working after update to 0.0.6 in desktop version of Chrome, however, it doesn't work in mobile Chrome with the following error in the log:
2021-06-14 11:57:50 ERROR (MainThread) [frontend.js.latest.202106030] https://xxx.xxx/hacsfiles/group-card/group-card.js:24:20 Uncaught TypeError: this.lastChild.setConfig is not a function

I have cleared cash in the browser but it doesn't help.

@inhibitz
Copy link

confirmed

@iantrich iantrich added the help wanted Extra attention is needed label Aug 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants