refactor(nodeRenderer): dont use Context in nodes
This commit is contained in:
@@ -41,10 +41,11 @@ export const Provider = (props) => {
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
const graphContext = {
|
||||
state,
|
||||
dispatch,
|
||||
onConnect,
|
||||
dispatch
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user