refactor(nodeRenderer): dont use Context in nodes

This commit is contained in:
moklick
2019-07-31 16:00:46 +02:00
parent a0646a31f2
commit ec7231e42d
10 changed files with 191 additions and 178 deletions
+2 -1
View File
@@ -41,10 +41,11 @@ export const Provider = (props) => {
}
});
const graphContext = {
state,
dispatch,
onConnect,
dispatch
};
return (