Error Handling

Loading "Error Handling"
πŸ‘¨β€πŸ’Ό If the user has a bad network connection or something we want to handle that error case gracefully. Please wrap the ShipDetails in an ErrorBoundary from react-error-boundary.
You can test this out by changing the shipName to a ship that doesn't exist. We also have a good fallback for you to use that πŸ§β€β™‚οΈ Kellie made called ShipError. Good luck!

Access Denied

You must login or register for the workshop to view and run the tests.

Check out this video to see how the test tab works.