(
point: Point,
spec?: Omit<
@@ -103,8 +99,3 @@ export const withBendpoint =
Component.displayName = `withBendpoint(${WrappedComponent.displayName || WrappedComponent.name})`;
return observer(Component);
};
-
-/**
- * @deprecated Use withBendpoint instead
- */
-export const WithBendpoint = withBendpoint;
diff --git a/packages/module/src/behavior/withContextMenu.tsx b/packages/module/src/behavior/withContextMenu.tsx
index c51884b3..b0b212c5 100644
--- a/packages/module/src/behavior/withContextMenu.tsx
+++ b/packages/module/src/behavior/withContextMenu.tsx
@@ -18,7 +18,7 @@ export const withContextMenu =
container?: Element | null | undefined | (() => Element),
className?: string,
atPoint: boolean = true,
- waitElement: React.ReactElement =
+ waitElement: React.ReactElement =
) =>
(WrappedComponent: React.ComponentType
) => {
const Component: React.FunctionComponent> = (props) => {
diff --git a/packages/module/src/components/TopologyControlBar/TopologyControlBar.tsx b/packages/module/src/components/TopologyControlBar/TopologyControlBar.tsx
index a9e169e6..0d356f97 100644
--- a/packages/module/src/components/TopologyControlBar/TopologyControlBar.tsx
+++ b/packages/module/src/components/TopologyControlBar/TopologyControlBar.tsx
@@ -349,7 +349,7 @@ export const TopologyControlBar: React.FunctionComponent
{button.icon}
{(button.ariaLabel || button.tooltip) && (
- {button.ariaLabel || button.tooltip}
+ {button.ariaLabel || button.tooltip}
)}
);
@@ -366,7 +366,7 @@ export const TopologyControlBar: React.FunctionComponent (
-
+
{controlButtons.map((button: TopologyControlButton) =>
button.hidden ? null : {renderButton(button)}
)}
diff --git a/packages/module/src/components/TopologyControlBar/__tests__/__snapshots__/TopologyControlBar.test.tsx.snap b/packages/module/src/components/TopologyControlBar/__tests__/__snapshots__/TopologyControlBar.test.tsx.snap
index 99caaf13..6675daf4 100644
--- a/packages/module/src/components/TopologyControlBar/__tests__/__snapshots__/TopologyControlBar.test.tsx.snap
+++ b/packages/module/src/components/TopologyControlBar/__tests__/__snapshots__/TopologyControlBar.test.tsx.snap
@@ -17,7 +17,7 @@ exports[`TopologyControlBar should accept button options correctly 1`] = `
class="pf-v6-c-toolbar__content-section"
>