Skip to content

Commit

Permalink
fix(jmx): warning "findDOMNode is deprecated in StrictMode" when invo…
Browse files Browse the repository at this point in the history
…king JMX operation

fix hawtio#13
  • Loading branch information
tadayosi committed Feb 27, 2023
1 parent b659e5d commit 491c40f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ const OperationFormContents: React.FunctionComponent<OperationFormContentsProps>
isExpanded
isCode
isReadOnly
//removeFindDomNode
removeFindDomNode
className={isFailed ? 'jmx-operation-error' : ''}
>
{result}
Expand Down

0 comments on commit 491c40f

Please sign in to comment.