You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since version v0.7.4 I get this error in lovelace cards where i use flex-table-card in combination with auto-entities card: cannot set properties of null (setting 'onclick')
When I install v0.7.3 again there's no error whatsoever.
The workaround is to put a space between the quotes in the name field: ' ' vs ''. See #115.
The fix is in place in the latest version of flex-table-card.js in the repo, so alternatively you could grab that if you like, especially if you want to use any HTML in the name field. It has not been packaged into a release yet for some reason, but hopefully will be soon.
Hi,
Since version v0.7.4 I get this error in lovelace cards where i use flex-table-card in combination with auto-entities card:
cannot set properties of null (setting 'onclick')
When I install v0.7.3 again there's no error whatsoever.
YAML of one such card:
Screenshot of error:
When editing the card, it shows no error at the bottom, but the preview on the right only shows an alert:
Thanks in advance,
Peter
The text was updated successfully, but these errors were encountered: