We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe4021c commit b14e58aCopy full SHA for b14e58a
src/Components/Web.JS/src/Rendering/DomMerging/DomSync.ts
@@ -8,7 +8,6 @@ import { LogicalElement, getLogicalChildrenArray, getLogicalNextSibling, getLogi
8
import { synchronizeAttributes } from './AttributeSync';
9
import { areIncompatibleDataPermanentElements, isDataPermanentElement } from './DataPermanentElementSync';
10
import { UpdateCost, ItemList, Operation, computeEditScript } from './EditScript';
11
-import { areIncompatibleScriptElements } from './ScriptElementSync';
12
13
let descriptorHandler: DescriptorHandler | null = null;
14
0 commit comments