Bo.get is not a function error

Hey Folks,

I’m getting the below error recently when using bpmn-js.

index.js:1 unhandled error in event listener TypeError: bo.get is not a function
    at getTemplateId (Helper.js:42)
    at push../node_modules/bpmn-js-properties-panel/lib/provider/camunda/element-templates/parts/ChooserProps.js.module.exports (ChooserProps.js:15)
    at createGeneralTabGroups (CamundaPropertiesProvider.js:244)
    at CamundaPropertiesProvider.getTabs (CamundaPropertiesProvider.js:553)

I have been using the below bpmn-js version in the package.json.

 "bpmn-js": "^8.0.0",
 "bpmn-js-properties-panel": "^0.43.0"

Have anyone come across the same lately? If so, would really appreciate the support.

@nikku do you have any idea on this issue?

Thank you in advance ! :slight_smile:

Hi,

Please share a running / prototypical example that clearly shows when the error appears.

Use our existing starter projects to quickly hack it or share your existing, partial solution on GitHub or via a CodeSandbox. Provide the necessary pointers that allow us to quickly understand where you got stuck.

This way we may be able to help you in a constructive manner.

Thanks :heart:

I believe this has been reported via `unhandled error in event listener TypeError: bo.get is not a function` · Issue #568 · bpmn-io/diagram-js · GitHub.

Please update to the latest version of the properties panel to resolve your issue.