-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Meteor.typeahead is not available on client #8
Comments
I guess the problem could be related to the fact that "typeahead" is linked as git submodule. Also check whether typeahead is listed in '.meteor/packages' file. |
Hello Sergey if I cd into my-meteor-project/packages/typeahead/demo and start Meteor, then your demo works fine. Also the browser console knows Meteor.typeahead, but it doesn't with my project. "Exception from Deps afterFlush function function: Template.tracks.rendered@http://localhost:3000/client/uploader.js?73b353fc109dd4db483581bdb6b16b8e943a6dee:48:3 |
@kivi I've released new version. Please check whether the issue is fixed. |
Update rendered-count _after_ async results have displayed
typeahed was added to meteor.
The text was updated successfully, but these errors were encountered: