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

TypeError: Cannot read properties of undefined (reading 'id') _keyFunction #18372

Closed
3 tasks done
codyc1515 opened this issue Oct 23, 2023 · 3 comments
Closed
3 tasks done

Comments

@codyc1515
Copy link
Contributor

Checklist

  • I have updated to the latest available Home Assistant version.
  • I have cleared the cache of my browser.
  • I have tried a different browser to see if it is related to my browser.

Describe the issue you are experiencing

Received this error in the logs. Maybe it's nothing?

Logger: frontend.js.latest.202310050
Source: components/system_log/__init__.py:300
First occurred: 12:18:22 (1 occurrences)
Last logged: 12:18:22

Uncaught error from Edge 118.0.2088.61 on Windows 10 TypeError: Cannot read properties of undefined (reading 'id') _keyFunction (src/components/data-table/ha-data-table.ts:362:56) keyFunction (src/virtualize.ts:116:41) r (src/directives/repeat.ts:56:28) ct (src/directives/repeat.ts:93:52) update (src/directive.ts:134:16) _$AS (src/lit-html.ts:1085:23) S (src/lit-html.ts:1362:12) _$AI (src/async-directive.ts:366:18) setValue (src/virtualize.ts:139:13) dispatchEvent (src/Virtualizer.ts:802:23)

Describe the behavior you expected

No errors showing in the logs.

Steps to reproduce the issue

Unclar

What version of Home Assistant Core has the issue?

2023.10.5

What was the last working version of Home Assistant Core?

2023.10.3

In which browser are you experiencing the issue with?

Edge 118.0.2088.61

Which operating system are you using to run this browser?

Windows 10

State of relevant entities

No response

Problem-relevant frontend configuration

No response

Javascript errors shown in your browser console/inspector

No response

Additional information

No response

@steverep
Copy link
Member

This should be fixed by #18206. Please let us know if you see this error again after the next release.

@ildar170975
Copy link
Contributor

2024.2.1
HA in Docker

Log started being flooded by these:

2024-02-13 01:30:48.293 ERROR (MainThread) [frontend.js.latest.202402071] Uncaught error from Chrome 121.0.0.0 on Windows 10
TypeError: Cannot read properties of undefined (reading 'entity_id')
_keyFunction (src/components/data-table/ha-data-table.ts:362:56)
keyFunction (src/virtualize.ts:116:41)
r (src/directives/repeat.ts:56:28)
ct (src/directives/repeat.ts:93:52)
update (src/directive.ts:134:16)
_$AS (src/lit-html.ts:1085:23)
S (src/lit-html.ts:1362:12)
_$AI (src/async-directive.ts:366:18)
setValue (src/virtualize.ts:139:13)
dispatchEvent (src/Virtualizer.ts:808:23)
2024-02-13 01:30:48.509 ERROR (MainThread) [frontend.js.latest.202402071] Uncaught error from Chrome 121.0.0.0 on Windows 10
TypeError: Cannot read properties of undefined (reading 'entity_id')
_keyFunction (src/components/data-table/ha-data-table.ts:362:56)
keyFunction (src/virtualize.ts:116:41)
r (src/directives/repeat.ts:56:28)
ct (src/directives/repeat.ts:93:52)
update (src/directive.ts:134:16)
_$AS (src/lit-html.ts:1085:23)
S (src/lit-html.ts:1362:12)
_$AI (src/async-directive.ts:366:18)
setValue (src/virtualize.ts:139:13)
dispatchEvent (src/Virtualizer.ts:808:23)

@ildar170975
Copy link
Contributor

ildar170975 commented Feb 13, 2024

Shall I open a new issue?
Update: opened a new one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants