Skip to content
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

Closed
kivi opened this issue Mar 31, 2014 · 4 comments
Closed

Meteor.typeahead is not available on client #8

kivi opened this issue Mar 31, 2014 · 4 comments

Comments

@kivi
Copy link

kivi commented Mar 31, 2014

typeahed was added to meteor.

"typeahead": {
        "git": "https://github.com/sergeyt/meteor-typeahead.git",
        "tag": "v0.0.6",
        "commit": "79b17707e3244f87af08a1a59e1ac4088f3e8644"
}
@sergeyt
Copy link
Owner

sergeyt commented Apr 1, 2014

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.

@kivi
Copy link
Author

kivi commented Apr 1, 2014

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.
What I did is mrt add typeahead and started my project and tried to embed your example into my code. In browser console Meteor.typeahead is not defined or accessing within the client code:

"Exception from Deps afterFlush function function: Template.tracks.rendered@http://localhost:3000/client/uploader.js?73b353fc109dd4db483581bdb6b16b8e943a6dee:48:3
UI.Component.notifyParented/<@http://localhost:3000/packages/ui.js?b523ef986d3d39671bcb40319d0df8982acacfe8:424:9
.flush@http://localhost:3000/packages/deps.js?7afb832ce6e6c89421fa70dc066201f16f9b9105:331:13
" meteor.js:736

@sergeyt
Copy link
Owner

sergeyt commented Apr 3, 2014

hi kivi, I've included latest typeahead.bundle.js into this repository, so the issue should be fixed. I'll release new version next week after fixing issues #4, #9.

@sergeyt
Copy link
Owner

sergeyt commented Apr 6, 2014

@kivi I've released new version. Please check whether the issue is fixed.

@sergeyt sergeyt closed this as completed Apr 27, 2014
janat08 pushed a commit to janat08/meteor-typeahead that referenced this issue Apr 12, 2018
Update rendered-count _after_ async results have displayed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants