From 94e6dc3eb801725d33e933b6a0c5bceec9ffbd38 Mon Sep 17 00:00:00 2001 From: mmelko Date: Thu, 5 Oct 2023 10:41:18 +0200 Subject: [PATCH] fix: findDOMNode is deprecated in StrictMode. in Route/Endpoins tabs by using noWrap --- packages/hawtio/src/plugins/camel/endpoints/EndpointsStats.tsx | 2 +- packages/hawtio/src/plugins/camel/routes/CamelRoutes.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/hawtio/src/plugins/camel/endpoints/EndpointsStats.tsx b/packages/hawtio/src/plugins/camel/endpoints/EndpointsStats.tsx index 901ff871..92a3bd91 100644 --- a/packages/hawtio/src/plugins/camel/endpoints/EndpointsStats.tsx +++ b/packages/hawtio/src/plugins/camel/endpoints/EndpointsStats.tsx @@ -173,7 +173,7 @@ export const EndpointStats: React.FunctionComponent = () => { {sortStatistics().length > 0 ? ( - + URL diff --git a/packages/hawtio/src/plugins/camel/routes/CamelRoutes.tsx b/packages/hawtio/src/plugins/camel/routes/CamelRoutes.tsx index 32b04c26..c70a4f4d 100644 --- a/packages/hawtio/src/plugins/camel/routes/CamelRoutes.tsx +++ b/packages/hawtio/src/plugins/camel/routes/CamelRoutes.tsx @@ -164,7 +164,7 @@ export const CamelRoutes: React.FunctionComponent = () => { aria-label='Camel routes table' variant='compact' > - +