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
Users of (expecially the IIFE / CDN bundle) wants to use BSON types exported by the "realm-web" package.
const _id = new Realm.BSON.ObjectId();
Thrown: TypeError: Cannot read property 'ObjectId' of undefined
The text was updated successfully, but these errors were encountered:
➤ Ian Ward commented:
[~brian.munkholm] can we get this added to the next sprint please?
Sorry, something went wrong.
I'm currently awaiting a stable Chrome debugger to implement and ensuring this works when debugging in chrome as well.
Now that the chrome debugger seems stable-ish, the work on fixing this issue can continue.
kraenhansen
Successfully merging a pull request may close this issue.
Goals
Users of (expecially the IIFE / CDN bundle) wants to use BSON types exported by the "realm-web" package.
Expected Results
Actual Results
Version of Realm and Tooling
The text was updated successfully, but these errors were encountered: