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 - Integration/CatalogState Cannot read properties of undefined (reading 'id') #1573

Closed
alecarn opened this issue Jan 12, 2024 · 1 comment · Fixed by #1583
Closed
Assignees
Labels
bug Incorrect or unexpected behaviors // Anomalies de fonctionnement
Milestone

Comments

@alecarn
Copy link
Collaborator

alecarn commented Jan 12, 2024

Cannot read properties of undefined (reading 'id')

In catalog.state.ts:

  getCatalogItemsStore(catalog: Catalog): EntityStore<CatalogItem> {
    return this.catalogItemsStores.get(catalog.id as string);
  }
@alecarn alecarn added bug Incorrect or unexpected behaviors // Anomalies de fonctionnement sentry labels Jan 12, 2024
@alecarn alecarn added this to the v16.2.0 milestone Jan 12, 2024
Copy link

sentry-io bot commented Jan 15, 2024

Sentry issue: IGO2-FRONTEND-3C

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Incorrect or unexpected behaviors // Anomalies de fonctionnement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants