Mike Lerner
Mike Lerner
@CrabBot I also wanted to use an existing connection rather than creating a separate one and the solution that worked for me was to use `db: mongoose.connection.db` in mongoStore. I...
@LookLikeAPro I've upgraded all the dependencies to their latest versions and everything seems to be working smoothly. Can you give it a try again and let me know if you...
@LookLikeAPro After cloning the repo and running `npm install`, try following the instructions [here](https://github.com/lern/react-material-webpack-boilerplate#hot-module-replacement-development-server). 1. `npm run hot-dev-server` 2. `npm run start-dev` in another terminal 3. Navigate to http://localhost:8080/ Please...
@LookLikeAPro hmm, I see the issue now. I'll take a look at this and try to resolve it.