-
-
Notifications
You must be signed in to change notification settings - Fork 489
New issue
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
hello sir i have issue that my cards are not showing result of a specific country it will show the global result but does not show specific country report #5
Comments
app.js code class App extends React.Component{
{ {/* */}
} |
Can you send api/index.js file? I faced the same issue but recovered from it. |
api/index.js import axios from 'axios'; const url='https://covid19.mathdro.id/api';
} }
}; |
Got you error, you changed the new URL in changeableUrl but didn't pass that to API for fetching, made changes in code, and attached below. Hope it helped you :) `export const fetchData = async (country) => {
}catch (error){ } |
i am getting same error {"error":{"message":"Country |
No description provided.
The text was updated successfully, but these errors were encountered: