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
import { Mongo } from 'meteor/mongo'; Mongo.withrTransaction // undefined
Do I need to use a specific version of Meteor / Mongo?
The text was updated successfully, but these errors were encountered:
This was because I am using TypeScript.
Importing in a js file works as expected.
Guess it needs type definitions.
Sorry, something went wrong.
Hmm, it has type definitions. Would you mind setting up a simple repo that I can pull from GitHub?
Also just to be sure, you're using Mongo.withTransaction right? In the example you gave above there is a typo with an extra r.
Mongo.withTransaction
r
Also getting this error when updating to Meteor v3.
Edit: It was an issue with a local package
No branches or pull requests
Do I need to use a specific version of Meteor / Mongo?
The text was updated successfully, but these errors were encountered: