This assertion is unnecessary since the receiver accepts the original type of the expression  @typescript-eslint/no-unnecessary-type-assertion
This commit is contained in:
Benjamin Staneck
2021-03-17 21:09:06 +01:00
committed by GitHub
parent 9895a9a6e0
commit b851237940

View File

@@ -316,7 +316,7 @@ export function setupInstantLoading(
/* Complete immediately */
} else {
script.textContent = el.textContent!
script.textContent = el.textContent
replaceElement(el, script)
return EMPTY
}