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

Exception thrown in setup steppers #3897

Closed
richard-cox opened this issue Sep 20, 2019 · 0 comments · Fixed by #4344
Closed

Exception thrown in setup steppers #3897

richard-cox opened this issue Sep 20, 2019 · 0 comments · Fixed by #4344
Labels
Milestone

Comments

@richard-cox
Copy link
Contributor

ERROR TypeError: Cannot read property 'name' of undefined
    at MapSubscriber.project (page-header.component.ts:159)
    this.username$ = store.select(s => s.auth).pipe(
      map((auth: AuthState) => auth && auth.sessionData ? auth.sessionData.user.name : 'Unknown')
    );
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants