IP address tracker built by ReactJS

Solution retrospective
- It is a very small problem. I use template literals to write my error message, it should add a new line to show the text in second line. However, it did not work actually. I also try to add newline character '\n' in string, the problem still exist.
const errorMessage = `⚠️ Something wrong with fetching data.
Please turn off your AD blocker or check your internet.`
const errorMessage = '⚠️ Something wrong with fetching data.\n' + 'Please turn off your AD blocker or check your internet.'
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Yi-Shin's solution.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord