meteor / todos

The example app "Todos", written following the Meteor Guide
Other
535 stars 367 forks source link

The Coffeescript branch doesn't actually work. #155

Closed mrmowgli closed 8 years ago

mrmowgli commented 8 years ago

When adding a new todo, the error.coffee template pops up an undefined alert. Closing the alert box "shows" your message in the list, however it doesn't actually save it in the server code. Refreshing the page shows the list doesn't include the new todo.

Expected behavior: Typing in a new todo and hitting enter, will create a new todo item, without popping up any message. If there IS an error, and there is not translation for the error, then there should be a more informative message or a print to the console.

The actual error is: TypeError: Cannot read property 'find' of undefined

mrmowgli commented 8 years ago

After digging through a bit this seems that the application is actually broken by updating meteor to 1.3.4.4 and updating the related packages. Tests before and after the upgrade continue to work, so it's not catching the real underlying issues.