@planet/maps
Advanced tools
Comparing version 8.0.0-dev.1666715244672 to 8.0.0-dev.1666730533438
@@ -16,3 +16,3 @@ /** | ||
*/ | ||
import OLMap from 'ol/Map'; | ||
import OLMap from 'ol/Map.js'; | ||
import {Component, createElement, createRef, forwardRef} from 'react'; | ||
@@ -19,0 +19,0 @@ import {any, func, node, object, oneOfType, shape, string} from 'prop-types'; |
{ | ||
"name": "@planet/maps", | ||
"version": "8.0.0-dev.1666715244672", | ||
"version": "8.0.0-dev.1666730533438", | ||
"description": "Declarative mapping components for React", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -10,4 +10,7 @@ import BaseLayer from 'ol/layer/Base.js'; | ||
import {CONTROL, INTERACTION, LAYER, OVERLAY, SOURCE, VIEW} from '../config.js'; | ||
import {ConcurrentRoot, DefaultEventPriority} from 'react-reconciler/constants'; | ||
import { | ||
ConcurrentRoot, | ||
DefaultEventPriority, | ||
} from 'react-reconciler/constants.js'; | ||
import { | ||
prepareControlUpdate, | ||
@@ -14,0 +17,0 @@ prepareInteractionUpdate, |
104487
2303