clientIO / joint

A proven SVG-based JavaScript diagramming library powering exceptional UIs
https://jointjs.com
Mozilla Public License 2.0
4.73k stars 853 forks source link

[Bug]: Not able to integrate with angular #2819

Open darkmnpbox opened 3 hours ago

darkmnpbox commented 3 hours ago

Current versus expected behaviour

it should load without the console error.

Steps to reproduce

image

the error is getting from CellView.mjs image when I put debugger the SVGElement is null. I don't know what I'm doing wrong here.

These is my code image image

HTML image

package.json image

tsconfig.josn image

Version

4.0.1

What browsers are you seeing the problem on?

Chrome

What operating system are you seeing the problem on?

Windows

kumilingus commented 3 hours ago

You need to use the joint-plus.tgz downloaded from the customer portal.

darkmnpbox commented 2 hours ago

I'm already using that. image image

kumilingus commented 2 hours ago

Can you try to delete node_modules, package-lock.json and re-install again?

darkmnpbox commented 21 minutes ago

I did try delete the node_modules, package-lock.json files. but the problem still exist.

darkmnpbox commented 12 minutes ago

image I forgot to add "@joint/layout-directed-graph": "4.0.3" to the package.json before. but still problem exist.

kumilingus commented 12 minutes ago

Could you please send the joint-plus.tgz file for inspection (to support[at]jointjs.com)?