There was an error while loading. Please reload this page.
1 parent 53d0bcc commit 4bdbb1dCopy full SHA for 4bdbb1d
1 file changed
src/layers/src/icon-layer/icon-layer.ts
@@ -114,7 +114,7 @@ export default class IconLayer extends Layer {
114
iconGeometry: IconGeometry;
115
iconGeometryVersion: number;
116
117
- redrawNeeded: BindedLayerCallbacks['onRedrawNeeded'] = undefined;
+ redrawNeeded: BindedLayerCallbacks['onRedrawNeeded'];
118
119
declare visConfigSettings: IconLayerVisConfigSettings;
120
declare config: IconLayerConfig;
0 commit comments