After taking an update of the NUGET pacakges release in January I am no longer able to render my workflow diagrams created with the Diagram tool. When I look at the browser to see what errors are occurring I see.
- ej.web.all.min.js:10 Uncaught TypeError: Cannot read property 'numberOfItems' of undefined
- Control.js:134 Uncaught TypeError: Cannot read property 'contextMenu' of undefined
- methods.js:305 Uncaught TypeError: Cannot read property 'getBoundingClientRect' of null
Since this page always worked before the update any thoughts on what might be causing the errors?
code is pretty straight forward using same code as in samples with a collection of nodes to draw.
@Html.EJ().Overview("panTool", overviewProperties)
@Html.EJ().Diagram("workflowDiagram", diagramModel)