From be0fd703f7cdf1d989cf5a621ab8753b36c40762 Mon Sep 17 00:00:00 2001 From: Emerson Laurentino Date: Thu, 7 Nov 2019 23:24:53 -0300 Subject: [PATCH] removing getContainer fixed (#19233) --- components/modal/confirm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/modal/confirm.tsx b/components/modal/confirm.tsx index ab7f1cf23a..1061e03016 100644 --- a/components/modal/confirm.tsx +++ b/components/modal/confirm.tsx @@ -148,7 +148,7 @@ export default function confirm(config: ModalFuncProps) { } function render(props: any) { - ReactDOM.render(, div); + ReactDOM.render(, div); } function close(...args: any[]) {