git ssb

1+

dinoworm ๐Ÿ› / catstack



Commit bddcd75da91760d6e309a822e422b3027b1b9dfd

finally fix the redux-router error

by not following the docs
Michael Williams committed on 11/29/2015, 12:41:17 AM
Parent: ee357b9441a7fbb11be1a0d26b0a899624a2b155

Files changed

app/store.jschanged
app/store.jsView
@@ -23,9 +23,10 @@
2323 )
2424
2525 storeEnhancers.push(
2626 reduxReactRouter({
27- routes, createHistory
27+ //routes,
28+ createHistory
2829 })
2930 )
3031
3132 if (process.env.NODE_ENV === 'development') {

Built with git-ssb-web