Bpmn properties panel

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:

  1. Module not found: Error: Can’t resolve ‘lezer-feel’ in node_modules/lang-feel/dist

  2. 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)

  3. 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)

This seems to be a bundler releated setup issue. What do you use to consume the bpmn-js-properties-panel?