File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -109,14 +109,13 @@ classes reactive then the app may fail with
109
109
110
110
AeSdk and Contract classes doesn’t have a state intended to be tracked using reactivity. Therefore
111
111
to solve this issue we suggest to avoid making their instances reactive. One of the ways is to use
112
- Vue's integrated utilities : [ shallowRef] , [ shallowReactive ] . The idea is to make reactive only the
112
+ Vue's integrated utility : [ shallowRef] . The idea is to make reactive only the
113
113
root variable, to don't make it reactive in deep. You can find it implementation in the
114
114
[ æpp example] .
115
115
116
116
[ based on ] : https://vuejs.org/guide/extras/reactivity-in-depth.html#how-reactivity-works-in-vue
117
117
[ not compatible ] : https://github.com/tc39/proposal-class-fields/issues/106
118
118
[ shallowRef ] : https://vuejs.org/api/reactivity-advanced.html#shallowref
119
- [ shallowReactive ] : https://vuejs.org/api/reactivity-advanced.html#shallowreactive
120
119
[ æpp example ] : https://github.com/aeternity/aepp-sdk-js/tree/71da12b5df56b41f7317d1fb064e44e8ea118d6c/examples/browser/aepp
121
120
122
121
## Command Line Interface (CLI)
You can’t perform that action at this time.
0 commit comments