aslagle / reactive-table

A reactive table designed for Meteor
https://atmospherejs.com/aslagle/reactive-table
Other
328 stars 138 forks source link

Using _ properly on server #481

Open s7dhansh opened 6 years ago

s7dhansh commented 6 years ago

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
aslagle commented 6 years ago

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.