Latest updates from IceHrmPro
This commit is contained in:
5
web/node_modules/antd/es/_util/warning.js
generated
vendored
Normal file
5
web/node_modules/antd/es/_util/warning.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import warning, { resetWarned } from "rc-util/es/warning";
|
||||
export { resetWarned };
|
||||
export default (function (valid, component, message) {
|
||||
warning(valid, "[antd: ".concat(component, "] ").concat(message));
|
||||
});
|
||||
Reference in New Issue
Block a user