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

Should not use deep-extend #134

Closed
nicocrm opened this issue Jun 1, 2017 · 1 comment
Closed

Should not use deep-extend #134

nicocrm opened this issue Jun 1, 2017 · 1 comment

Comments

@nicocrm
Copy link

nicocrm commented Jun 1, 2017

I am getting this error since Meteor 1.5 no longer automatically makes the Buffer polyfill available on the client.

I was able to resolve it by adding this code:

global.Buffer = function() {}
global.Buffer.isBuffer = () => false

But it seems deep-extend is not designed to be used on the client side, see this issue.

Thank you!

@aldeed aldeed changed the title Buffer is not defined error on the browser Should not use deep-extend Jun 7, 2017
@aldeed
Copy link
Collaborator

aldeed commented Jun 7, 2017

Thanks, we will need to find a replacement

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

No branches or pull requests

2 participants