When loading script using <script src="https://unpkg.com/@hpcc-js/wasm/dist/graphviz.umd.js" type="javascript/worker"></script>, d3-graphviz doesn't seem to work anymore with following error:
Uncaught TypeError: Cannot read properties of undefined (reading 'Graphviz')
However, it works when I change the URL to https://unpkg.com/@hpcc-js/wasm@2.22.4/dist/graphviz.umd.js.
I’m not sure whether this is a bug with @hpcc-js/wasm or d3-graphviz… I’m opening an issue for now just in case.
When loading script using
<script src="https://unpkg.com/@hpcc-js/wasm/dist/graphviz.umd.js" type="javascript/worker"></script>, d3-graphviz doesn't seem to work anymore with following error:However, it works when I change the URL to
https://unpkg.com/@hpcc-js/wasm@2.22.4/dist/graphviz.umd.js.I’m not sure whether this is a bug with
@hpcc-js/wasmord3-graphviz… I’m opening an issue for now just in case.