longshotlabs / js-message-box

A package for defining and getting validation error messages, with support for Meteor Tracker reactivity
MIT License
7 stars 17 forks source link

Replace deep-extend by lodash.defaultsdeep to prevent buffer issue on Meteor 1.5 #9

Closed MaxGuitet closed 7 years ago

MaxGuitet commented 7 years ago

Fix dependency on node-message-box first in order to fix node-simple-schema#151

ghost commented 7 years ago

Just tested these changes in my Meteor project and they do indeed fix the Buffer undefined issue in version 1.5. Is there any reason that this has not been merged in yet?

neoromantic commented 7 years ago

+1, this bug really bums me out for a long time