Meteor 3: useSubscribe is not a function

Updated one of my projects to 3.0.1, all server side methods to async/await, etc. Running the server causes an uncaught type error ‘useSubscribe is not a function’. The import is the standard import from meteor/react-meteor-data. Not sure what’s the issue.

Nevermind. A new version of react-meteor-data was needed to add manually 3.0.1.

1 Like