You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clone.js line 106:
} else if (useBuffer && Buffer.isBuffer(parent)) {
can you at least check if Buffer.isBuffer is a function ?
I ended up with a failing clone.js in an Angular project, becaus some other (possibly errorneus package) put an array named "Buffer" in global.
The text was updated successfully, but these errors were encountered:
clone.js line 106:
} else if (useBuffer && Buffer.isBuffer(parent)) {
can you at least check if Buffer.isBuffer is a function ?
I ended up with a failing clone.js in an Angular project, becaus some other (possibly errorneus package) put an array named "Buffer" in global.
The text was updated successfully, but these errors were encountered: