c
Size: a a a
c
И
M
this.sepStore.watch(d => {
console.log('1', d.length);
fs.appendFile('test.json', `\n before${JSON.stringify(d)},`);
this.addToWrapperStore({ type: 'a', data: d });
fs.appendFile('test.json', `\n after${JSON.stringify(d)},`);
console.log(’2, d.length);
})AO
this.sepStore.watch(d => {
console.log('1', d.length);
fs.appendFile('test.json', `\n before${JSON.stringify(d)},`);
this.addToWrapperStore({ type: 'a', data: d });
fs.appendFile('test.json', `\n after${JSON.stringify(d)},`);
console.log(’2, d.length);
})M
c
c
И
AO
AO
c
c
DS
M
И
AO
M
AO
M
AO