@planet/maps 11.3.0-dev.1777226435532 → 11.3.0-dev.1777226461156

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.
@@ -1 +1 @@
1
- {"version":3,"file":"render.d.ts","sourceRoot":"","sources":["render.js"],"names":[],"mappings":";;;;;AAucA;;;GAGG;AACH,gCAHW,KAAK,CAAC,SAAS,iBACf,GAAG,QAkCb;;;;;SAzWa,KAAI,OAAO,EAAE,GAAG,KAAK,GAAG;;;;cACxB,GAAG"}
1
+ {"version":3,"file":"render.d.ts","sourceRoot":"","sources":["render.js"],"names":[],"mappings":";;;;;AAucA;;;GAGG;AACH,gCAHW,KAAK,CAAC,SAAS,iBACf,GAAG,QAgCb;;;;;SAvWa,KAAI,OAAO,EAAE,GAAG,KAAK,GAAG;;;;cACxB,GAAG"}
@@ -470,7 +470,6 @@ export function render(element, containerInfo) {
470
470
  const onCaughtError = logError;
471
471
  const onRecoverableError = logError;
472
472
  const onDefaultTransitionIndicator = function () {};
473
- const transitionCallbacks = null;
474
473
 
475
474
  root = reconciler.createContainer(
476
475
  containerInfo,
@@ -483,7 +482,6 @@ export function render(element, containerInfo) {
483
482
  onCaughtError,
484
483
  onRecoverableError,
485
484
  onDefaultTransitionIndicator,
486
- transitionCallbacks,
487
485
  );
488
486
  roots.set(containerInfo, root);
489
487
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planet/maps",
3
- "version": "11.3.0-dev.1777226435532",
3
+ "version": "11.3.0-dev.1777226461156",
4
4
  "description": "Declarative mapping components for React",
5
5
  "type": "module",
6
6
  "repository": {
@@ -40,7 +40,7 @@
40
40
  "@testing-library/react": "^16.3.2",
41
41
  "@types/react": "^19.1.9",
42
42
  "@types/react-dom": "^19.1.7",
43
- "@types/react-reconciler": "^0.32.1",
43
+ "@types/react-reconciler": "^0.33.0",
44
44
  "@vitest/browser": "^4.0.18",
45
45
  "@vitest/browser-playwright": "^4.0.18",
46
46
  "astro": "^5.1.1",