Uncaught TypeError: Cannot read property 'bool' of undefined
Hello, I tried to use this module on a new, clean, React project, and I got the following error just by adding the import ReactNodeGraph from 'react-node-graph' line to my App.js file:

So, this doesn't work with the newest version of React?
I'm working with: Windows 10 React: 16.8.6, node: 5.6.0
Thank you!
use the next branch , I'll probably update this repo in the next few weeks to something useable
yarn add react-node-graph@next
Hello, I did the same procedure as before, but this time with the next branch of the module. The error persists.
I'll wait for the next update :) Thank you
@lightsinthesky Hello, I have the same error.
I tried import ReactNodeGraph from 'react-node-graph', but the error has occured.
I believe the open PR will fix this issue
I get the same issue on this codesandbox with the latest version: https://codesandbox.io/s/hopeful-kilby-tq47z?file=/src/App.tsx
Another question: can it actually work with typescript?
Perhaps actually I have been throwing around typescript with my own projects. I will take a look your code sandbox here can't even find the module. Let me try and make a local instance and see what happens.
The new changes were never published to npm
https://codesandbox.io/s/react-node-graph-ov7gr?file=/src/App.tsx
This is running with the new changes. For now I uploaded them in a seperate package until this one is republished. The package is react-node-graph-hook if you want to use. I may make a types file for it later