Results 26 comments of Ajai

@mtth Thanks for the feedback. Have replied inline. Regarding the performance I am not sure if I will have time in the next 3 weeks as its a little busy...

@mtth Thanks for the response. I have rough implementation of converting the usage of `new Function` for types. But unfortunately it is breaking 6 unit tests. I am trying to...

@abbasmeeran Sorry about this. Right now do not have bandwidth to support IE11. This might be resolved if webpack build generates IE11 compatible file. Please feel free to playaround with...

@nathan-haines Thanks for reporting this issue. I need to try it out locally to reproduce this..

Hi @wulucxy Sorry for the late response. Right now a little held up with work. Will try to get to this in a weekend.

@dnickersonMedhok > I'm looking to implement an onClick event for a node. I see the click event for connectors but don't see one for a node. I guess it's a...

@dnickersonMedhok Yes I was planning on adding node and connection events as props to the dag. > However, now I DO need to hook into node and connection events in...

> Short answer: I need for the parent component to be able to get the json model that DAG is using. This is already possible via the `onChange` prop. This...

@kavink: As of now there is no explicit rules/check for this. I can see if these rules can be added as an option/props to the component.

@kavink Right now it is ``` nodes: [] ``` and ``` connections: [] ``` Where each node can have any property but `id` is a required one to identify the...