We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff393d commit b3e203cCopy full SHA for b3e203c
1 file changed
packages/layerchart/src/lib/components/Hull.svelte
@@ -55,7 +55,7 @@
55
<script lang="ts">
56
import { min } from 'd3-array';
57
import { Delaunay } from 'd3-delaunay';
58
- // @ts-expect-error
+ // @ts-expect-error - no types available
59
import { geoVoronoi } from 'd3-geo-voronoi';
60
import { curveLinearClosed } from 'd3-shape';
61
import { cls } from '@layerstack/tailwind';
0 commit comments