@planet/maps 8.0.0-dev.1666881400968 → 8.0.0-dev.1667270239058

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planet/maps",
3
- "version": "8.0.0-dev.1666881400968",
3
+ "version": "8.0.0-dev.1667270239058",
4
4
  "description": "Declarative mapping components for React",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -223,7 +223,7 @@ function insertInContainerBefore(map, child, beforeChild) {
223
223
  } else if (child instanceof Control) {
224
224
  collection = map.getControls();
225
225
  } else if (child instanceof Interaction) {
226
- collection = map.getInetracations();
226
+ collection = map.getInteractions();
227
227
  } else if (child instanceof BaseLayer) {
228
228
  collection = map.getLayers();
229
229
  }