Sercan Yektaş

Results 4 comments of Sercan Yektaş

Use it like below Component(app.component.ts): ` ngAfterViewInit() { setTimeout(() => { your flowchart code... }, 1000); } } `

Remove the `node-sass` dev dependency from `package.json` and you are good to go. Used `main` branch btw

You can implement this by yourself actually, just create a custom`ContentComponent` and wrap that with a draggable div. Here is an example code ```tsx import { cn } from "@/lib/utils";...

I had the same issue when I was doing the v2 to v3 upgrade. I had my own collaboration-caret extension (just slight difference for styling) and basically had to swap...