From e34f2a354f159ee6a1fc9098d2dfc239d81276ce Mon Sep 17 00:00:00 2001 From: sunxd <741175772@qq.com> Date: Thu, 4 Jan 2024 10:24:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20react18=20createRoot=E6=B8=B2=E6=9F=93?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=EF=BC=8C=E4=B8=A5=E6=A0=BC=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E4=B8=8B=EF=BC=8C=E6=B8=B2=E6=9F=93=E9=94=99=E8=AF=AF=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/ali-react-table/src/base-table/table.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ali-react-table/src/base-table/table.tsx b/packages/ali-react-table/src/base-table/table.tsx index c0d000347..6b21179a4 100644 --- a/packages/ali-react-table/src/base-table/table.tsx +++ b/packages/ali-react-table/src/base-table/table.tsx @@ -468,6 +468,7 @@ export class BaseTable extends React.Component { } componentDidMount() { + this.rootSubscription = new Subscription() this.updateDOMHelper() this.props$ = new BehaviorSubject(this.props) this.initSubscriptions()