react-redux-universal-hot-example icon indicating copy to clipboard operation
react-redux-universal-hot-example copied to clipboard

cookie undefined

Open joacub opened this issue 7 years ago • 0 comments

if in the app.js no check the cookie got a error this Cookie: req.get('cookie') need change for Cookie: req.get('cookie') || '',

i dont know if this is a good solution

joacub avatar Oct 24 '18 20:10 joacub