yang2007chun
yang2007chun
The problem is in the MongoID package, idStringify added '-' before the id when fetching the document. LINE 64 ``` MongoID.idStringify = function (id) { // 56 if (id instanceof...
It seems we should not use the custom strid, we should use MongoID.idStringify instead. https://github.com/GroundMeteor/db/blob/grounddb-caching-2016/lib/client/ground.db.js#L40
Hey @alexdmiller what was the reason to debounce? If there is a good reason, one way to fix the bug is to create the debounce function in the componentDidMount function,...
Any one is working on this? I can give it a shot. My use case is for Checkbox. I need the label to contain links.
1. Uninstall the addon, remove the logics associated with it and see if your app works.(make sure the problem comes from the addon) 2. If your app works without the...
I can not see any add-on related code in the stacks. Is that possible that you make a public repo so that I can take a look?
Thank you very much for you feedback. Recently I did not get time on this addon. I will take a look into this as soon as possible. FYI, the store.__nextSuper...
I assume it is a materializecss problem? Could you ping me when you think they fixed it? I will update the current package then.
Try to fix it: https://github.com/poetic/ember-cli-cordova-auth/pull/6
I forget about this too. I do not think it is safe to merge it in for now.