MaxLarue

Results 2 comments of MaxLarue

Did you try ```javascript const configureStore = require('redux-mock-store').configureStore ``` ? or ```javascript const redux_mock_store = require("redux-mock-store") const configureStore = redux_mock_store.configureStore ``` Let me knwo ig that worked

Hello, After applicating your change to my version of geoposition i was still left with one trouble which was that lat and long would always be 0. This is due...