Skip to content

Commit 5cc954d

Browse files
authored
Bump version (#86)
1 parent 1219de7 commit 5cc954d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"examples/*"
55
],
66
"name": "@geoarrow/deck.gl-layers",
7-
"version": "0.3.0-beta.7",
7+
"version": "0.3.0-beta.8",
88
"type": "module",
99
"description": "",
1010
"source": "src/index.ts",

src/solid-polygon-layer.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@ const defaultProps: DefaultProps<GeoArrowSolidPolygonLayerProps> = {
113113
...ourDefaultProps,
114114
};
115115

116-
let cachedWorkerFetch: null | Promise<Response> = null;
117-
118116
export class GeoArrowSolidPolygonLayer<
119117
ExtraProps extends {} = {},
120118
> extends CompositeLayer<

0 commit comments

Comments
 (0)