Repository URL to install this package:
|
Version:
1.2.0 ▾
|
// class Component {
// didMount() {
// this.props.routerMatch('catalogId')
// }
// }
// const graphFilter = graphStateToProps('filter')
// const graphCustom = graphStateToPropsWith({
// work(props) {
// const { sort, selectedFilters, categoryId } = props.router.entries()
// return fetchCatalog(categoryId, sort, selectedFilters)
// }
// shouldWorkAgainIfChanged('categoryId')
// })
// export default wrapComponent([graphCustom, graphFilter], Component)
"use strict";