react-router-redux-example
react-router-redux-example copied to clipboard
react, redux, react-router, reselect, css-modules
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: ```...