custom-app
Version:
ITIMS��Ʒ�鿪��ר��React���,�Dz��ý��ּ�dhcc-app���������
13 lines (12 loc) • 331 B
JavaScript
import warning from 'warning';
var warned = {};
export function resetWarned() {
warned = {};
}
export default (function (valid, component, message) {
if (!valid && !warned[message]) {
warning(false, "[antd: ".concat(component, "] ").concat(message));
warned[message] = true;
}
});
//# sourceMappingURL=warning.js.map