tut-react-and-spring-data-rest
tut-react-and-spring-data-rest copied to clipboard
Conditional lacks the require('when') to run in app.js
Title says it all. just add:
const when = require('when');
to the app.js in the conditional example to make it work.
I have to include "when": "^3.7.8"
in package.json dependencies too.