mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
New: Replace 'react-router-redux' with 'connected-react-router'
This commit is contained in:
@@ -10,7 +10,7 @@ import AddNewArtist from './AddNewArtist';
|
||||
function createMapStateToProps() {
|
||||
return createSelector(
|
||||
(state) => state.addArtist,
|
||||
(state) => state.routing.location,
|
||||
(state) => state.router.location,
|
||||
(addArtist, location) => {
|
||||
const { params } = parseUrl(location.search);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user