reactive-table
reactive-table copied to clipboard
Using _ properly on server
Based on this comment https://github.com/meteor/meteor/issues/9276#issuecomment-342763821
underscore must be provided on the server too in package.js.
@aslagle I am not raising a PR, as probably this is a good time to also import _ properly (or maybe remove it altogether), in all the files.
The error is (in case someone searches here), when meteor shell is running:
TypeError: Cannot read property 'isFunction' of undefined
Fixed in 0.8.43. I fixed the dependency and republished, but it could probably be removed entirely on the server at least if you wanted to open a PR for that.