Ehyiah / ux-quill

Bundle to use quill JS in symfony
MIT License
15 stars 4 forks source link

AssetMapper - require quill2-emoji #29

Closed robiinho closed 4 months ago

robiinho commented 5 months ago

Hi,

i had an error in the console output, the following was required : quill2-emoji

php bin/console importmap:require quill2-emoji

Now there is no more error,

Robin.

Ehyiah commented 5 months ago

Hello,

You didn't had any problem when installing ? because quill2-emoji is present in the importmap requierements of the bundle and should be installed and added in the importmap.php in your project https://github.com/Ehyiah/ux-quill/blob/4283b0a77145ac2e018da6c2d7cb15092547fb34/assets/package.json#L27

robiinho commented 5 months ago

Hello, i did an update trough assetmapper (outdates + update) and it wasn't enough.

Ehyiah commented 5 months ago

Hi, I can't reproduce the problem. Can you tell me what version of the bundle did you install ?

Maybe you have a repo for your project i can try to install and see if I can reproduce the same problem ?

robiinho commented 5 months ago

I used straight your repo, i dont know why it hasn't update. I see in the console.log that quill2-emoji was in error. I think we can close, if someone has the same trouble , he will find the answer trough the issue.