bcantello / peoples_voice_project

A central location where users can search government representatives, discover upcoming local elections, and find polling locations
https://www.peoplesvoiceproject.com
0 stars 1 forks source link

upcomingElections Blank page if accessed directly from url #58

Open MikelTafalla opened 1 year ago

MikelTafalla commented 1 year ago

If instead of landing in /home, we directly type in the url ..../upcomingElections, we land in the page but it is blank because the api call didn't run yet.

bcantello commented 1 year ago

We should add a check to see if the state variable for the IP address is blank. If so, make the api call and then load the page.

MikelTafalla commented 1 year ago

Cool sounds good. I'm grabbing this one to start working on it, but I cannot move anything accross the board nor assign any tickets to myself

MikelTafalla commented 1 year ago

https://dev.to/rajeshroyal/page-not-found-error-on-netlify-reactjs-react-router-solved-43oa