Kenneth Holter
Kenneth Holter
**Describe the bug** In the React-based NextJS framework, the following code results in `Error: require() of ES Module /home/me/project/node_modules/three/examples/jsm/controls/DragControls.js from /home/me/project/node_modules/3d-force-graph/dist/3d-force-graph.common.js not supported. Instead change the require of DragControls.js in...
I've followed the [getting started documentation](https://projectstorm.gitbook.io/react-diagrams/getting-started) to get react-diagrams up and running on my fresh Blitz app (which is based on NextJS). For every problems I solve I seem to...
# Current behavior Hi. I've clone the repo, and ran these in separate windows: ``` npm run dev:cloud npm run dev:webpack npm run dev:electron ``` The Electron windows opens but...