Skip to content

Commit

Permalink
fix(ga): issue #606 - update unit test and code
Browse files Browse the repository at this point in the history
  • Loading branch information
eouin committed Sep 4, 2024
1 parent 10dddae commit 1c97730
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { Right } from './Right';
function replace(domNode: DOMNode): ReactElement | undefined {
let result: ReactElement | undefined;
if (domNode.type === 'tag') {
const domElement: Element = domNode as Element;
const domElement: Element = domNode;

result = replaceDataCommand(domElement);

Expand Down

0 comments on commit 1c97730

Please sign in to comment.