refactor: type improvements that doesn't modify functionality (#17970)
This commit is contained in:
@@ -47,7 +47,7 @@ const WorkflowVariableBlockReplacementBlock = ({
|
||||
}
|
||||
}, [])
|
||||
|
||||
const transformListener = useCallback((textNode: any) => {
|
||||
const transformListener = useCallback((textNode: CustomTextNode) => {
|
||||
resetReg()
|
||||
return decoratorTransform(textNode, getMatch, createWorkflowVariableBlockNode)
|
||||
}, [createWorkflowVariableBlockNode, getMatch])
|
||||
|
Reference in New Issue
Block a user