You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Presumably you're referring to the typings? Sadly they're a bit out of date.
But Meteor.default_connection is a REALLY old name that is only a legacy value, it was renamed Meteor.connection.
On the server, Meteor.connection is null, but on the client you could work around the problem using an any cast or using Meteor['connection'].
Meteor.default_connection is not included in Meteor type
When reporting a bug, please be sure to include the following:
Just add Meteor.default_connection to any component
angular-meteor
you're using, and the platform(s) you're running it on[email protected]
Meteor shows the following message:
I would expect the method to exist in Meteor type
The text was updated successfully, but these errors were encountered: