-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
I'm using graphviz-react as follows, but I still get a console warning "No script tag of type "javascript/worker" was found and "useWorker" is true. Not using web worker."
What is the correct way to fix or suppress this warning?
import { Graphviz } from "graphviz-react";
// ...
<Graphviz
className="Graph"
options={{
width: "100%",
zoom: true,
useWorker: false,
}}
dot={dot}
/>
Metadata
Metadata
Assignees
Labels
No labels