KillerCodeMonkey / stencil-quill

Native web components for the Quill Rich Text Editor built with stencil
MIT License
38 stars 7 forks source link

Invalid Quill container #107

Closed madeInLagny closed 4 years ago

madeInLagny commented 4 years ago

Hello, I get the following error image

I imported stencil quill by npm

I import stencil-quill in my component: import "../../node_modules/stencil-quill/dist/quill-components.js"

and quill in index file: `

`

I am using a buildless process during development.

Any idea how to fix ?

KillerCodeMonkey commented 4 years ago

what do you mean with buildless process?

Did you checked how the index.html looks like?

in general there is no import-way to use the components in a non stencil project.

just check the readme. simple load stencil-quill components in your index.html after you loaded quill.

https://github.com/KillerCodeMonkey/stencil-quill#using-the-components

KillerCodeMonkey commented 4 years ago

https://github.com/KillerCodeMonkey/stencil-quill/blob/master/src/index.html

madeInLagny commented 4 years ago

Thanks !

Le mer. 29 avr. 2020 à 09:00, Bengt Weiße notifications@github.com a écrit :

https://github.com/KillerCodeMonkey/stencil-quill/blob/master/src/index.html

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/KillerCodeMonkey/stencil-quill/issues/107#issuecomment-621024778, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANAR2M6I5IUFR72LJB5GW2DRO7GAHANCNFSM4MTOPTYA .

KillerCodeMonkey commented 4 years ago

does it work?

Bipinpawar commented 2 years ago

Hi @KillerCodeMonkey , I'm getting same error image

I have added into my index.html....