aws-amplify / aws-amplify/docs
ToDo Doc Issue at https://docs.amplify.aws/react/start/getting-started/auth/#create-login-ui
Open
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
Assessment
This issue has not been assessed yet.