idlize
/test
/
0002-recycle-function-array-prop-link-prop-value.patch
24 строки · 941.0 Байт
1From 698eaee2980c79599cd451d22b925df11b277642 Mon Sep 17 00:00:00 2001
2From: Dmitrii <naumov.dmitrii@huawei.com>
3Date: Wed, 13 Dec 2023 13:59:23 +0300
4Subject: [PATCH 2/5] recycle-function-array-prop-link-prop-value
5
6---
7.../render_decorator/@recycle/recycle_function_array.ts | 2 +-
81 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/compiler/test/utForPartialUpdate/render_decorator/@recycle/recycle_function_array.ts b/compiler/test/utForPartialUpdate/render_decorator/@recycle/recycle_function_array.ts
11index c1250213..a69e3208 100644
12--- a/compiler/test/utForPartialUpdate/render_decorator/@recycle/recycle_function_array.ts
13+++ b/compiler/test/utForPartialUpdate/render_decorator/@recycle/recycle_function_array.ts
14@@ -19,7 +19,7 @@ struct HomeComponent {
15@State value: number = 1
16build() {
17Column() {
18- child({propvalue: this.value, linkvalue: this.value})
19+ child()
20}
21}
22}
23--
242.25.1
25
26