feat: Modify the warning in the conductutil file for attention (#5424)
parent
a298b00052
commit
0d06ce26ac
|
@ -1,4 +1,4 @@
|
||||||
import { warning } from '../../vc-util/warning';
|
import { note } from '../../vc-util/warning';
|
||||||
import type { Key, DataEntity, DataNode, GetCheckDisabled, BasicDataNode } from '../interface';
|
import type { Key, DataEntity, DataNode, GetCheckDisabled, BasicDataNode } from '../interface';
|
||||||
|
|
||||||
interface ConductReturnType {
|
interface ConductReturnType {
|
||||||
|
@ -211,7 +211,7 @@ export function conductCheck<TreeDataType extends BasicDataNode = DataNode>(
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|
||||||
warning(
|
note(
|
||||||
!warningMissKeys.length,
|
!warningMissKeys.length,
|
||||||
`Tree missing follow keys: ${warningMissKeys
|
`Tree missing follow keys: ${warningMissKeys
|
||||||
.slice(0, 100)
|
.slice(0, 100)
|
||||||
|
|
Loading…
Reference in New Issue