
Description
Do you want to request a feature or report a bug?
I want to report a bug in universal environment while server rendering. I am using the same boilerplate https://github.com/wellyshen/react-cool-starter
What is the current behavior?
The code crashes with an error after the server starts listening to the server port
What is the expected behavior?
I get this error when the server runs for the library's compose.js file which is a TypeError
to be executed: node ./index.js ==> 🌎 Listening at http://localhost:8080 GET / 500 14.907 ms - 148 TypeError: next is not a function at /Users/rahulbasu/Desktop/test-project/node_modules/react-redux-firebase/lib/compose.js:114:19 at /Users/rahulbasu/Desktop/test-project/node_modules/redux/lib/compose.js:33:18 at /Users/rahulbasu/Desktop/test-project/node_modules/redux/lib/applyMiddleware.js:51:63 at createStore (/Users/rahulbasu/Desktop/test-project/node_modules/redux/lib/createStore.js:64:33) at exports.default (/Users/rahulbasu/Desktop/test-project/src/redux/store.js:35:24) at /Users/rahulbasu/Desktop/test-project/src/server.js:60:17 at Layer.handle [as handle_request] (/Users/rahulbasu/Desktop/test-project/node_modules/express/lib/router/layer.js:95:5) at next (/Users/rahulbasu/Desktop/test-project/node_modules/express/lib/router/route.js:137:13) at Route.dispatch (/Users/rahulbasu/Desktop/test-project/node_modules/express/lib/router/route.js:112:3) at Layer.handle [as handle_request] (/Users/rahulbasu/Desktop/test-project/node_modules/express/lib/router/layer.js:95:5)
Which versions of dependencies, and which browser and OS are affected by this issue? Did this work in previous versions or setups?
Nope. For universal environment with https://github.com/wellyshen/react-cool-starter