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.
eslint-
1 parent fa62144 commit d2f09ccCopy full SHA for d2f09cc
assets/src/Component/index.ts
@@ -579,7 +579,6 @@ export function proxifyComponent(component: Component): Component {
579
580
set(target: Component, property: string, value: any): boolean {
581
if (property in target) {
582
- // eslint-disable-next-line @typescript-eslint/ban-ts-comment
583
// @ts-ignore Ignoring potentially setting private properties
584
target[property as keyof typeof target] = value;
585
0 commit comments