aws-amplify / aws-amplify/docs

ToDo Doc Issue at https://docs.amplify.aws/react/start/getting-started/auth/#create-login-ui

Open
#6,809 0 comments 0 reactions 1 assignee Claimed by @renebrandel View on GitHub
amplify/auth amplify/js auth
Dominant language
MDX
Stars
506
Forks
1.1k
Avg merge
3h 14m
Merged PRs (30d)
1

Description

**Describe the content issue**:
The example ToDo app fails to compile.

The section,
```
return (


Hello {user.username}
Sign out

Amplify Todos


...

);
```

Nullable type `user.username` should be fixed as `user?.username`

**URL page where content issue is**:
https://docs.amplify.aws/react/start/getting-started/auth/#create-login-ui

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.