1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-28 01:10:58 +01:00
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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}