Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions challenges/data/02.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ async function fetchStarshipsData() {
}
```

- [ ] Use the hook to **dislay a loading message**.
- [ ] Use the hook to **display a loading message**.
- [ ] Use the hook to **handle errors**.
- [ ] Use the hook to replace `data.json` and **render data** with a `FlatList`.

Expand Down Expand Up @@ -148,4 +148,4 @@ If you want to display some images on your `Card`, you can use this placeholder
### Debugging

- [ ] Add [`expo-dev-tools`](https://docs.expo.dev/debugging/devtools-plugins/#expo-dev-tools-plugins) to your project
- [ ] Add [`@dev-plugins/react-query`](https://docs.expo.dev/debugging/devtools-plugins/#react-query)
- [ ] Add [`@dev-plugins/react-query`](https://docs.expo.dev/debugging/devtools-plugins/#react-query)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure why it says this line was changed. I do not believe I changed it.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably a prettier of EOF thing, let's shipit anyways 🚀

Loading