Apps-23
Results
2
issues of
Apps-23
After completing the fifth video I am getting an error that says 'undefined is not a function(evaluating 'this.props.addRecipe()')
1.I have installed underscore as `npm install underscore` 2.Then I have included it in my systemjs.config.js ``` System.config({ paths: { // paths serve as alias 'npm:': 'node_modules/', 'underscore': 'node_modules/underscore/underscore.js' },...