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";
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: