forked from CodeYourFuture/React-Module-Project
-
Notifications
You must be signed in to change notification settings - Fork 1
Feature Error Message #16
Copy link
Copy link
Open
Description
Activity
Metadata
Metadata
Assignees
Projects
- StatusShow more project fields👀 In review
From React-Module-Project created by SallyMcGrath: CodeYourFuture#23
Show an error message
Instructions:
Display an error message in
<Bookings />if there is an HTTP error when fetching data from the server. To test this, try loading data fromhttps://cyf-react.glitch.me/error, which will return a 500 HTTP error.Hint: Try looking at your Pokemon app for an example.
If you complete #22 and merge it, you will likely reduce the work needed here
Test:
/errorendpoint, an error message should be displayed on the screen.