Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

AppError: TypeError: Cannot read properties of undefined (reading 'length') #2018

Closed
sentry-io bot opened this issue Oct 22, 2021 · 0 comments · Fixed by #2019
Closed

AppError: TypeError: Cannot read properties of undefined (reading 'length') #2018

sentry-io bot opened this issue Oct 22, 2021 · 0 comments · Fixed by #2019
Assignees
Labels
bug The user is unable to complete a supported task, or the software does not behave as intended

Comments

@sentry-io
Copy link

sentry-io bot commented Oct 22, 2021

Sentry Issue: STUDIO-M7

AppError: TypeError: Cannot read properties of undefined (reading 'length')
    at file:///C:/Users/fuchs/AppData/Local/Programs/foxglove-studio/resources/app.asar/renderer/9567.js:23:747
    at Ud (file:///C:/Users/fuchs/AppData/Local/Programs/foxglove-studio...
  at None (../packages/studio-base/src/panels/Publish/index.tsx:119:16)
  at i (../packages/studio-base/src/panels/Publish/index.tsx:102:47)
  at S (None:141:1)
  at None (../packages/studio-base/src/components/Flex.tsx:100:5)
  at z (../packages/studio-base/src/components/Panel.tsx:301:22)
...
(45 additional frame(s) were not displayed)
defunctzombie added a commit that referenced this issue Oct 22, 2021
Rather than producing an error on undefined access, mark all config
items as optional and set defaults within the panel logic.

Fixes: #2018
@defunctzombie defunctzombie added the bug The user is unable to complete a supported task, or the software does not behave as intended label Oct 22, 2021
defunctzombie added a commit that referenced this issue Oct 26, 2021
Rather than producing an error on undefined access, mark all config
items as optional and set defaults within the panel logic.

Fixes: #2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug The user is unable to complete a supported task, or the software does not behave as intended
Development

Successfully merging a pull request may close this issue.

1 participant