From fe7114d39e889ded9424bcd10c48eb73f092fb62 Mon Sep 17 00:00:00 2001 From: CJY Date: Mon, 23 May 2022 15:38:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E5=8E=86=E5=8F=B2=E6=80=A7=E7=9A=84=20bug=EF=BC=8Cprops=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=90=8E=20KeepAlive=20=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E4=B8=8D=E6=9B=B4=E6=96=B0=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/Bridge/Context/ConsumerWrapper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Bridge/Context/ConsumerWrapper.js b/src/core/Bridge/Context/ConsumerWrapper.js index b955c68..0949b1e 100644 --- a/src/core/Bridge/Context/ConsumerWrapper.js +++ b/src/core/Bridge/Context/ConsumerWrapper.js @@ -58,7 +58,7 @@ export default class ConsumerWrapper extends Component { run(this.updateListener, 'forEach', (fn) => fn(value)) } - return shouldUpdate + return true } render() {