Merge branch 'alibaba:develop' into develop

This commit is contained in:
beautiful-boyyy 2023-11-15 15:19:29 +08:00 committed by GitHub
commit 3f3ad2f5bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,7 +143,7 @@ function createAction(content: ReactNode | ComponentType<any> | IPublicTypeActio
});
}}
>
{icon && createIcon(icon)}
{icon && createIcon(icon, { key, node: node.internalToShellNode() })}
<Tip>{title}</Tip>
</div>
);