@riil-frontend/component-topology 2.12.0 → 2.12.1

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.
@@ -119,7 +119,7 @@ var TopoView = function TopoView(props) {
119
119
  currentTopo: topoData.config
120
120
  });
121
121
  }
122
- }, [topoData, resAndMetrics]);
122
+ }, [topoData]);
123
123
  var onCreatedTopo = useCallback(function (topoClient) {
124
124
  topoApp.view.onCreatedView(topoClient);
125
125
  rlog.info('TopoView.onCreatedTopo');
@@ -146,7 +146,7 @@ var TopoView = function TopoView(props) {
146
146
  currentTopo: topoData.config
147
147
  });
148
148
  }
149
- }, [topoData, resAndMetrics]);
149
+ }, [topoData]);
150
150
  var onCreatedTopo = (0, _react.useCallback)(function (topoClient) {
151
151
  topoApp.view.onCreatedView(topoClient);
152
152
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riil-frontend/component-topology",
3
- "version": "2.12.0",
3
+ "version": "2.12.1",
4
4
  "description": "拓扑",
5
5
  "scripts": {
6
6
  "start": "build-scripts start",
@@ -105,6 +105,6 @@
105
105
  "access": "public"
106
106
  },
107
107
  "license": "MIT",
108
- "homepage": "https://unpkg.com/@riil-frontend/component-topology@2.12.0/build/index.html",
108
+ "homepage": "https://unpkg.com/@riil-frontend/component-topology@2.12.1/build/index.html",
109
109
  "gitHead": "62eadeca07c85ed047f2e933676f62015eff98cc"
110
110
  }