You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using bpmn-js (8.8.2) and I noticed that after the last upgrade of diagram-js: 7.6.0 -> 7.6.1, diagrams didn't render anymore when trying to import a xml on the Modeler.
Downgrading to 7.6.0 fixes the issue.
I am getting the following error on my console:
Uncaught (in promise) Error: layer <base> already created at index <-10>
at Canvas.getLayer (Canvas.js?c639:294)
at Canvas.createPlane (Canvas.js?c639:370)
at Canvas.setRootElement (Canvas.js?c639:608)
at BpmnImporter.add (BpmnImporter.js?6491:112)
at Object.root (Importer.js?e00c:53)
at visitRoot (BpmnTreeWalker.js?896b:83)
at Object.handleDefinitions (BpmnTreeWalker.js?896b:215)
at render (Importer.js?e00c:69)
at eval (Importer.js?e00c:80)
at new Promise (<anonymous>)
Steps to Reproduce
Import XML using BPMN Modeler.
Browser: [Chrome 95]
OS: [ Windows 10]
Library version: [7.6.1]
The text was updated successfully, but these errors were encountered:
Describe the Bug
I am using bpmn-js (8.8.2) and I noticed that after the last upgrade of diagram-js: 7.6.0 -> 7.6.1, diagrams didn't render anymore when trying to import a xml on the Modeler.
Downgrading to 7.6.0 fixes the issue.
I am getting the following error on my console:
Steps to Reproduce
Import XML using BPMN Modeler.
The text was updated successfully, but these errors were encountered: