You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/07-challenges/38-challenge-custom-jsx-element.problem.tsx(13,17): error TS2339: Property 'custom-element' does not exist on type 'JSX.IntrinsicElements'.
120
+
src/07-challenges/38-challenge-custom-jsx-element.problem.tsx(13,17): error TS17004: Cannot use JSX unless the '--jsx' flag is provided.
120
121
src/07-challenges/38-challenge-custom-jsx-element.problem.tsx(13,44): error TS2339: Property 'custom-element' does not exist on type 'JSX.IntrinsicElements'.
122
+
src/07-challenges/38-challenge-custom-jsx-element.solution.tsx(18,17): error TS17004: Cannot use JSX unless the '--jsx' flag is provided.
121
123
,"
122
124
`;
123
125
@@ -482,21 +484,6 @@ exports[`vitest > Should have the correct Vitest errors 1`] = `
482
484
"status": "failed",
483
485
"title": "Should let you call makeGreeting from the window object",
484
486
},
485
-
{
486
-
"ancestorTitles": [
487
-
"",
488
-
],
489
-
"failureMessages": [
490
-
"expected [Function] to be undefined // Object.is equality",
491
-
],
492
-
"fullName": " Should not be available on globalThis",
0 commit comments