Everything was working great up until today. I am using Sencha Cmd which seems to have been updated. It required me to update my projects. After doing so, I am getting errors. So I created a new project using Sencha Cmd's generate app functionality. Immediately after creating the new project, I launched "sencha app watch" and got the same error.

Looks like ExtJS 5 that is installed with Sencha Cmd has problems with the "controller" property in the View. If I comment out controller: main from the Main.js file, everything loads without issue. Adding it back and emptying out MainController.js except for the bare bone lines, I still get the error "Uncaught TypeError: undefined is not a function" when loading the test application. Is anyone else seeing this?


Also, the Crisp theme is all messed up now. It was fine yesterday, but now it has lost some of the styling. More specifically is the body background is now white instead of #c5c5c5. This makes it really hard to see a border layout where the panels are white background and have no borders.