Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Buffer is not defined" when calling schema.messageBox.messages #151

Closed
macrozone opened this issue Jun 21, 2017 · 1 comment · Fixed by longshotlabs/js-message-box#9
Closed

Comments

@macrozone
Copy link

simple schema version 0.3.1, meteor 1.5

this throws a "Buffer is not defined" error on the client:

schema.messageBox.messages({
    en: {
      required: 'This field is required',
    },
  });

this should have been fixed in 0.3.1: #134 but its not.

@aldeed
Copy link
Collaborator

aldeed commented Jun 23, 2017

OK, yeah, looks like message-box package still uses deep-extend. Will need to do the same change there and update the dependency version in SS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants