percyhanna / rquery

A testing utility that provides React tree traversal similar to jQuery
MIT License
56 stars 9 forks source link

Lodash is undefined in nodejs #6

Closed dignifiedquire closed 9 years ago

dignifiedquire commented 9 years ago
ReferenceError: _ is not defined
      at getDescendents (/project/path/node_modules/rquery/rquery.js:25:12)

Looks like you need to _ = require('lodash') in the node js module setup, and should be added as a real dependency in package.json

okonet commented 9 years ago

+1

Just ran into this one with webpack. Could we have #7 merged and published please?

percyhanna commented 9 years ago

Fixed in 1.1.0

percyhanna commented 9 years ago

Sorry for the delay, notifications went missing as I was on vacation last week.

okonet commented 9 years ago

:+1: