Open
Description
The question.
I use editorjs in stimulus controller of symfony by #importmaps
I have no problem with plug but i don't import @editorjs
import { Controller } from '@hotwired/stimulus'; import EditorJS from "https://cdn.jsdelivr.net/npm/@editorjs/[email protected]/+esm" import Header from '@editorjs/header'; import List from '@editorjs/nested-list';
Do you have ideas?
ps: Symfony said "If a bundle renders their own assets, but they use a non-default asset package, then the AssetMapper component will not be used."
@