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
Running tsc from [email protected] with default skipLibCheck: false on a project importing @accounts/[email protected] and [email protected] generates the following error:
tsc
[email protected]
skipLibCheck: false
@accounts/[email protected]
error TS2724: '"bson"' has no exported member named 'ObjectID'. Did you mean 'ObjectId'?
See bug description.
The project should transpile without error with TypeScript's default skipLibCheck: false setting.
N/A
The version of mongodb in @accounts/mongo dependencies is 2 major versions behind.
mongodb
@accounts/mongo
The text was updated successfully, but these errors were encountered:
Please try 1.0, this should be fixed.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Bug report
Describe the bug
Running
tsc
from[email protected]
with defaultskipLibCheck: false
on a project importing@accounts/[email protected]
and[email protected]
generates the following error:To Reproduce
See bug description.
Expected behavior
The project should transpile without error with TypeScript's default
skipLibCheck: false
setting.Screenshots
N/A
System information
Additional context
The version of
mongodb
in@accounts/mongo
dependencies is 2 major versions behind.The text was updated successfully, but these errors were encountered: