meteor-pg
meteor-pg copied to clipboard
Client PgSubscription stop working with Meteor 1.8
After updating to Meteor 1.8 the statement
test = new PgSubscritption('test_sub');
fail with the error:
Uncaught TypeError: Class constructor Dependency cannot be invoked without 'new'