feat(hooks): useUpdateNodeInternals #916

This commit is contained in:
moklick
2021-03-01 16:52:38 +01:00
parent 5a36bf68ac
commit 3613c7c81d
6 changed files with 133 additions and 0 deletions
+5
View File
@@ -22,6 +22,7 @@ import DragNDrop from './DragNDrop';
import Layout from './Layouting';
import SwitchFlows from './Switch';
import UseZoomPanHelper from './UseZoomPanHelper';
import UseUpdateNodeInternals from './UseUpdateNodeInternals';
import './index.css';
@@ -106,6 +107,10 @@ const routes = [
path: '/usezoompanhelper',
component: UseZoomPanHelper,
},
{
path: '/useupdatenodeinternals',
component: UseUpdateNodeInternals,
},
];
const Header = withRouter(({ history, location }) => {