tut-react-and-spring-data-rest icon indicating copy to clipboard operation
tut-react-and-spring-data-rest copied to clipboard

Conditional lacks the require('when') to run in app.js

Open Oliver-Trieu opened this issue 5 years ago • 1 comments

Title says it all. just add:

const when = require('when');

to the app.js in the conditional example to make it work.

Oliver-Trieu avatar Dec 19 '19 12:12 Oliver-Trieu

I have to include "when": "^3.7.8" in package.json dependencies too.

marcelovidigal avatar Jul 26 '20 11:07 marcelovidigal