element-tiptap icon indicating copy to clipboard operation
element-tiptap copied to clipboard

Console warnings and errors

Open eliasassuncao opened this issue 1 year ago • 2 comments

I'm having some problems installing a library, apparently the editor works correctly, but there are many warnings and some errors.

example: https://codesandbox.io/s/laughing-fire-s6fws5?file=/src/App.vue

image image image

Mode of use: it is a partial import according to the documentation, but changing from el-tiptap to element-tiptap as I believe it was an error in the documentation, as the name of the component used must be the same as the imported one.

Versions:

  • element-tiptap: ^2.2.1
  • vue: ^3.3.4

Desktop:

  • Browser: Google Chrome
  • Version 119.0.6045.123

eliasassuncao avatar Nov 14 '23 19:11 eliasassuncao

I'm seeing the same warnings and errors. I wanted to try this out because it sounds like exactly what I'm looking for, but I wonder if it's even being maintained anymore. The fact that the installation instructions are wrong (see #475) make me very hesitant to go forward with it, although maybe I can mine it for help with creating my own Tiptap extensions.

jbhaywood avatar Dec 25 '23 22:12 jbhaywood

I'm seeing the same warnings and errors. I wanted to try this out because it sounds like exactly what I'm looking for, but I wonder if it's even being maintained anymore. The fact that the installation instructions are wrong (see #475) make me very hesitant to go forward with it, although maybe I can mine it for help with creating my own Tiptap extensions.

You can try this updated version: element-tiptap-vue3-fixed

Halorv avatar Jul 13 '24 12:07 Halorv