@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.
- package/internal/render.d.ts.map +1 -1
- package/internal/render.js +0 -2
- package/package.json +2 -2
package/internal/render.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"render.d.ts","sourceRoot":"","sources":["render.js"],"names":[],"mappings":";;;;;AAucA;;;GAGG;AACH,gCAHW,KAAK,CAAC,SAAS,iBACf,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"}
|
package/internal/render.js
CHANGED
|
@@ -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.
|
|
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.
|
|
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",
|