reactive-table icon indicating copy to clipboard operation
reactive-table copied to clipboard

Using _ properly on server

Open s7dhansh opened this issue 8 years ago • 1 comments

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

s7dhansh avatar Nov 09 '17 06:11 s7dhansh

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.

aslagle avatar Nov 19 '17 19:11 aslagle