Describe the bug
To develop well, developers need to see the impact they are having.
To Reproduce
Steps to reproduce the behavior:
- cd web-app
- run: npm start
- Navigate to Services Page
- Observe the map not loading, though the services does load with initial mock service provider data
Expected behavior
The developer environment should match as closely to prod as possible.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Quickest solution (best) might be to ensure that we always have mocked up-to-date data checked into the repository as initialState of components before fetches are made using credentials.
Also, am I missing anything in this issue? Comment below. Thanks!!!!