I am trying to integrate @bpmn-io/properties-panel and bpmn-js-properties-panel.= in react application
However i am facing this error:
import {
BpmnPropertiesPanelModule,
BpmnPropertiesProviderModule
} from "bpmn-js-properties-panel";
Error:
-
Module not found: Error: Can’t resolve ‘lezer-feel’ in node_modules/lang-feel/dist
-
node_modules/feelers/dist/index.mjs 516:43-51
Can’t import the named export ‘tooltips’ from non EcmaScript module (only default export is available) -
node_modules/feelers/dist/index.mjs 100:23-27
Can’t import the named export ‘tags’ from non EcmaScript module (only default export is available)