mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
Fix grid recalc
This commit is contained in:
@@ -83,7 +83,8 @@
|
||||
);
|
||||
});
|
||||
|
||||
childStore = derived(children, val => val);
|
||||
// Create a new array every time so that it is not equal to the previous one
|
||||
childStore = derived(children, val => [...val]);
|
||||
}
|
||||
|
||||
let resultItems: {
|
||||
|
||||
Reference in New Issue
Block a user