question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Uncaught TypeError: e.isBuffer is not a function

See original GitHub issue

the error has in the production

Uncaught TypeError: e.isBuffer is not a function
 at d (build.js:6)
    at n (build.js:6)
    at t.value (build.js:6)
    at new t (build.js:6)
    at new t (build.js:6)
    at a.setQuillElement (build.js:6)
    at a.initializeVue2Editor (build.js:6)
    at a.mounted (build.js:6)
    at Mt (build.js:1)
    at Object.insert (build.js:6)

code

import { VueEditor } from 'vue2-editor'
 <vue-editor id="editor"
         useCustomImageHandler
         @imageAdded="handleImageAdded" v-model="htmlForEditor">
 </vue-editor>

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
nm-1216commented, Jun 6, 2018

the version 2.4.4 has bug, change to 2.4.3 is ok

2reactions
twickstromcommented, Jun 12, 2018

I was having this same issue. This is a bug in quill.js not being compatible with the older version of UglifyJS that Vue uses in webpack. To fix this AND use the latest version of vue2-editor and the latest version of Quill follow the instructions here: https://github.com/davidroyer/vue2-editor/issues/104#issuecomment-396413200

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to fix 'TypeError: Buffer.from is not a function'?
While trying to use ipfs-api in my application, I am getting below error: ERROR TypeError: Buffer.from is not a function at varintEncode (vendor...
Read more >
DataGrid - The "TypeError: Buffer.isBuffer is not a function ...
isBuffer is not a function " error occurred during the export to excel and JSZip ... ERROR Error: Uncaught (in promise): TypeError: Buffer....
Read more >
Buffer is not a function] when debugging Node with Node v5.2.0
[TypeError: Buffer is not a function] It is always repeated 9 times. I am running node 5.2.0, with OSX 10.11.2. I do not...
Read more >
Node.js Buffer.from() Method - W3Schools
The Buffer.from() method creates a new buffer filled with the specified string, array, or buffer. Syntax. Buffer.from(obj, encoding);. Parameter Values ...
Read more >
Node.js v19.3.0 Documentation
If the function has not been called exactly exact times when tracker.verify() is called, then tracker.verify() will throw an error. import assert from...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found