react-router-redux-example icon indicating copy to clipboard operation
react-router-redux-example copied to clipboard

react, redux, react-router, reselect, css-modules

Results 2 react-router-redux-example issues
Sort by recently updated
recently updated
newest added

index.js:27 runtime error useScroll is not a function ```useScroll``` returns an object, which has a single method ```renderRouterContext``` Should I do that?: ``` const scrollHistory = useScroll(() => browserHistory).renderRouterContext() ```

So I added the url-loader etc: ``` { test: /\.(png|jpg|jpeg|gif|svg|woff|woff2)$/, loader: 'url-loader?limit=10000', } ``` So in SiteSidebar.js if I do: ``` import imgSrc from '../../roger93.jpg' ``` and then later: ```...