quavedev / oss

2 stars 0 forks source link

Meteor collection hooks compatible with Meteor 3 #3

Open filipenevola opened 10 months ago

filipenevola commented 10 months ago

Migrate this code to quave:collections matb33:collection-hooks https://github.com/Meteor-Community-Packages/meteor-collection-hooks

filipenevola commented 10 months ago

I was talking to a client and they said that it's already compatible with Meteor 3 https://github.com/Meteor-Community-Packages/meteor-collection-hooks/blob/master/History.md#v130

It seems from the history that they indeed migrated to async methods, but we need to check if it's really working, if there are no references to fibers, etc..