I am adding middleware in my store which decides the application route change depending on the pathname in action.payload .But my concern is that it is not been called on page refresh or on initial load only called on clickable route change even though on rendering a page actions are been dispatched.And i have previously cloned your repo around a year back and works fine in that.I guess it has something to do with new location.js file added in updated starter kit.
I am adding middleware in my store which decides the application route change depending on the pathname in action.payload .But my concern is that it is not been called on page refresh or on initial load only called on clickable route change even though on rendering a page actions are been dispatched.And i have previously cloned your repo around a year back and works fine in that.I guess it has something to do with new location.js file added in updated starter kit.