Closed npvn closed 9 years ago
Hey @npvn!
This error indicates that you try to publish something on the Space.messaging.EventBus
that is not extending the Space.messaging.Event
class. Currently you can only publish events, but the next version of space:messaging will be more flexible. I already have it on my computer and will push it today!
@DominikGuzei: Thanks for the quick reply!
You gave me a clue that eventually led me to discovering the bug: It's a syntax error :satisfied:
Thanks again!
You are welcome! :wink:
I'm refactoring an existing app to use space-ui.
This error happens on client startup. My browser console points to line
56
ofspace:messaging/source/controller.coffee
:I've been investigating for a long time without any clue :pensive:
Here is the refactored app: https://bitbucket.org/npvn/meteor-url-shortener/commits/branch/space-ui
Any help is greatly appreciated!