Exception opening
Closed this issue · 1 comments
kevinsawicki commented
Looks like fetchUser()
returns null in a case and is expected to be a promise.
Uncaught TypeError: Cannot call method 'then' of undefined /Users/kevin/github/feedback/lib/feedback-form-view.coffee:152
module.exports.FeedbackFormView.initialize /Users/kevin/github/feedback/lib/feedback-form-view.coffee:152
View /Users/kevin/github/atom/node_modules/space-pen/lib/space-pen.js:117
FeedbackFormView /Users/kevin/github/feedback/lib/feedback-form-view.coffee:30
(anonymous function) /Users/kevin/github/feedback/lib/feedback-status-view.coffee:31
jQuery.event.dispatch /Users/kevin/github/atom/node_modules/space-pen/vendor/jquery.js:4676
elemData.handle
probablycorey commented
Fixed in c84fa5d