Skip to content

Support Meteor 3 #13

New issue

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

Open
zodern opened this issue Jan 31, 2024 · 5 comments
Open

Support Meteor 3 #13

zodern opened this issue Jan 31, 2024 · 5 comments
Milestone

Comments

@zodern
Copy link
Owner

zodern commented Jan 31, 2024

No description provided.

@zodern zodern added this to the Version 1.2 milestone Jan 31, 2024
@ruohki
Copy link

ruohki commented Feb 6, 2024

I seem like to bumped into an 3.0 issue.
Promise.await is not a function

i fixed it by local cloning the repo and chaning the (Promise as any).await calls to warp the function with Meteor.wrapAsync

@pmogollons
Copy link

I wasnt lucky with Meteor.wrapAsync. I had to remove the Promise.await part for it to work.

@generalleger
Copy link

Howdy @zodern! I saw there was a PR for Meteor 3 support, and just wanted to see if you were planning to update this for Meteor 3! Thanks for everything you do!

@zodern
Copy link
Owner Author

zodern commented Oct 9, 2024

I published 2.0.0-beta.1 which adds support for Meteor 3 (Meteor 2.2+ is still supported). The only breaking change is withCursors is now async, which shouldn't affect any apps that use it as documented.

Please try it and let me know if you see any unexpected behavior.

@zodern zodern removed this from the Version 1.2 milestone Oct 9, 2024
@generalleger
Copy link

Thanks so much @zodern. I will update today and report any errors.

@zodern zodern added this to the Version 2 milestone Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants