Ids is not a constructor

Okay, it seems I have the exact same problem but with browserify:

Right now I am resetting bpmn-js-properties-panel from 0.29.0(where this was introduced) to 0.28.2
But in the long term I have to fix this issue somehow.
To me it seems, the Ids package has been transformed to an ES module in version 1.0.0 and now bpmn-js-properties-panel(v0.29.0) is loading it as it is.
bpmn-js-properties-panel is a CommonJS module which I am loading in my ES module project.
Until Ids was not an ES module there was no issue with my config.

Do you have any more idea where to look for the problem?