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 I import to type script like
import "meteor/konecty:mongo-counter";
incrementCounter() is undefined.
When I import like: (as described in meteor/meteor#6177)
import {incrementCount} from "meteor/konecty:mongo-counter";
the build can't find the module.
Not sure if I'm doing something wrong or if there's a problem with the package...
The text was updated successfully, but these errors were encountered:
Is was able access it by
Package['konecty:mongo-counter'].incrementCounter(CounterCollection, counterType);
Not sure if there's a better way, but I'm up and running for now...
Sorry, something went wrong.
No branches or pull requests
When I import to type script like
incrementCounter() is undefined.
When I import like: (as described in meteor/meteor#6177)
the build can't find the module.
Not sure if I'm doing something wrong or if there's a problem with the package...
The text was updated successfully, but these errors were encountered: