Bug when implementing the demo code.
I was using vue to create a project include this package. yet when i test the demo code, i encounter this bug on the browser.
Uncaught TypeError: Cannot set property componentName of class extends Component { constructor(...args) { super(...args); _defineProperty(this, "i...... } which has only a getter at Module. (index.js:217:12) at r2 (bootstrap:19:22) at Module. (index.js:82:11) at r2 (bootstrap:19:22) at bootstrap:83:10 at bootstrap:83:54 at universalModuleDefinition:3:20 at node_modules/@phylocanvas/phylocanvas.gl/dist/phylocanvas.js (universalModuleDefinition:9:109) at __require (chunk-V4OQ3NZ2.js?v=97135ecc:11:50) at index.js:28:16
It seems this line: EdgesLayer.componentName = "EdgesLayer"; has some problem.
Edited by Aston Crane