Closed knightswatch3 closed 3 years ago
This issue has been automatically marked as stale, because it has not had activity within the past 30 days. It will be closed if no further activity occurs within the next 30 days. If a feature request is important to you, please consider making a pull request. Thank you for your contributions.
Here is my react component that renders the graph on the DOM.
import PropTypes from "prop-types"; import React, { Component} from "react"; import cytoscape from "cytoscape"; import dagre from "cytoscape-dagre"; import CytoscapeComponent from "react-cytoscapejs";
const _ = { get: require("lodash/get"), isEqual: require("lodash/isEqual") };
And I am unable to figure out what is causing this error: