meteor-joins
meteor-joins copied to clipboard
Meteor 1.7 Removed underscore dependency
At Meteor 1.7 underscore was removed as dependency, if you try to migrate an application from 1.6.x to 1.7.x you will an error Uncaught ReferenceError: _ is not defined related with joins.js file
Please include underscore as dependency.
Meanwhile, users could resolve the problem with the following command
$ meteor add underscore
@enzolutions thank you!
+1 ...are we able to just use the npm underscore package here?
@perak can you please update the above change and re-publish module atmosphere Thanks in advance
@raza2022 oops, I’ll do it (~6 hours after now when I reach my computer)
is it also works if I import lodash or must be underscore?