We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert the function getErrorElement in trips-container.js to component in the Error directory once PR #77 is merged.
getErrorElement
trips-container.js
When an error occurs in grabbing the trips container, set the state of trips to a new error component created from getErrorElement.
When an error occurs in grabbing the trips container, set the state of of trips to the result of the function call to getErrorElement.
The text was updated successfully, but these errors were encountered:
zghera
No branches or pull requests
Issue summary
Convert the function
getErrorElement
intrips-container.js
to component in the Error directory once PR #77 is merged.Expected behavior
When an error occurs in grabbing the trips container, set the state of trips to a new error component created from
getErrorElement
.Actual behavior
When an error occurs in grabbing the trips container, set the state of of trips to the result of the function call to
getErrorElement
.The text was updated successfully, but these errors were encountered: