🦜
Size: a a a
🦜
m
🦜
🦜
m
🦜
DS
V
V
V
V
let scope;в _app.tsx
if (typeof window !== 'undefined') {
let values;
if (currentScope) {
values = serialize(currentScope, { onlyChanges: true });
}
scope = fork(appDomain, { values });
currentScope = scope;
} else {
scope = fork(appDomain);
}
🚀🚀
let scope;в _app.tsx
if (typeof window !== 'undefined') {
let values;
if (currentScope) {
values = serialize(currentScope, { onlyChanges: true });
}
scope = fork(appDomain, { values });
currentScope = scope;
} else {
scope = fork(appDomain);
}
V
V
V
V
V
YL