We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using TAPi18n.Collection, I am unable to use my collection helpers.
Works
const Collection = new Mongo.Collection('Collection'); Collection.helpers({ myFn() { ... }, });
Fails
const Collection = new TAPi18n.Collection('Collection'); Collection.helpers({ myFn() { ... }, });
Error Thrown [Can't apply helpers to 'Collection' a transform function already exists!] see: https://github.com/dburles/meteor-collection-helpers/blob/master/collection-helpers.js#L5
[Can't apply helpers to 'Collection' a transform function already exists!]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using TAPi18n.Collection, I am unable to use my collection helpers.
Works
Fails
Error Thrown
[Can't apply helpers to 'Collection' a transform function already exists!]
see: https://github.com/dburles/meteor-collection-helpers/blob/master/collection-helpers.js#L5
The text was updated successfully, but these errors were encountered: