Vishnu Sajeev
Vishnu Sajeev
Hi @Yomguithereal, thanks for reaching out. What I meant was something similar to this example https://codesandbox.io/s/github/jacomyal/sigma.js/tree/main/examples/mouse-manipulations. Here its renders using `graphology-layout-force` and it has an animation. You can also see...
@Yomguithereal But when I try to set the x and y attribute using `setNodeAttribute` it just resets to the earlier position
I got this fixed after uninstalling `npm-force-resolutions` and removing all `preinstall` related to that. And then - `rm -rf node_modules` - `rm package-lock.json` - `npm install`
Just use normal import import logo from '../../assets/images/logo/logo-v4.png' it should work. For some reasons require is importing images as modules.