Skip to content

Commit

Permalink
Added JSXNodeImpl to the ALLOWED_CLASSES
Browse files Browse the repository at this point in the history
  • Loading branch information
genki committed Feb 22, 2024
1 parent 6ad1fe4 commit 09e12e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-plugin-qwik/src/validLexicalScope.ts
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ const ALLOWED_CLASSES = {
Set: true,
Map: true,
Uint8Array: true,
JSXNodeImpl: true,
};

const referencesOutsideGood = `
Expand Down

0 comments on commit 09e12e7

Please sign in to comment.