fix(svelte): use correct updateNodeInternals API

This commit is contained in:
moklick
2024-05-02 15:01:37 +02:00
parent 00cbf2246c
commit 3b940ac5ae
4 changed files with 5 additions and 5 deletions
@@ -26,7 +26,7 @@
updates.set(id, {
id,
nodeElement: entry.target as HTMLDivElement,
forceUpdate: true
force: true
});
});