Abraham Christian
Abraham Christian
After spending some times for this problem, i found this solution https://stackoverflow.com/questions/68596778/next-js-window-is-not-defined you just need to use dynamic on the import `import dynamic from 'next/dynamic';` `const CytoscapeComponent = dynamic(() =>...
> try with `brush.brushStyle:{borderWidth:9}`, you may be able to grab the border on mobile https://github.com/user-attachments/assets/90e6fb4a-9fff-481d-894c-0d0d2505acf2 i tried with `borderWidth: 9` and `borderWidth: 15` i still can't grab the border on...
i tried with real device it's working, but when using dev tools it's not working...