mobx-view-model-devtools 0.0.15 → 0.0.16
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/auto.global.js +1 -1
- package/index.cjs +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/auto.global.js
CHANGED
|
@@ -36625,7 +36625,7 @@ const VmDevtoolsContent = observer(
|
|
|
36625
36625
|
lineNumber: 30,
|
|
36626
36626
|
columnNumber: 9
|
|
36627
36627
|
}, void 0),
|
|
36628
|
-
/* @__PURE__ */ jsxDevRuntimeExports.jsxDEV(oe, { className: css.vmContentTree, ref: model.devtools.scrollListRef, children: [
|
|
36628
|
+
/* @__PURE__ */ jsxDevRuntimeExports.jsxDEV(oe, { className: css.vmContentTree, ref: model.devtools.scrollListRef, itemSize: 22, children: [
|
|
36629
36629
|
model.devtools.vmTree.map((vmItem) => /* @__PURE__ */ jsxDevRuntimeExports.jsxDEV(
|
|
36630
36630
|
VmTreeItemRender,
|
|
36631
36631
|
{
|