|
| 1 | +jsxEntityDecoderAfterNonEntityAmpersand.tsx(1,11): error TS7026: JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists. |
| 2 | +jsxEntityDecoderAfterNonEntityAmpersand.tsx(1,12): error TS2874: This JSX tag requires 'React' to be in scope, but it could not be found. |
| 3 | +jsxEntityDecoderAfterNonEntityAmpersand.tsx(1,22): error TS7026: JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists. |
| 4 | +jsxEntityDecoderAfterNonEntityAmpersand.tsx(2,11): error TS7026: JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists. |
| 5 | +jsxEntityDecoderAfterNonEntityAmpersand.tsx(2,12): error TS2874: This JSX tag requires 'React' to be in scope, but it could not be found. |
| 6 | +jsxEntityDecoderAfterNonEntityAmpersand.tsx(2,32): error TS7026: JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists. |
| 7 | +jsxEntityDecoderAfterNonEntityAmpersand.tsx(3,11): error TS7026: JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists. |
| 8 | +jsxEntityDecoderAfterNonEntityAmpersand.tsx(3,12): error TS2874: This JSX tag requires 'React' to be in scope, but it could not be found. |
| 9 | +jsxEntityDecoderAfterNonEntityAmpersand.tsx(3,26): error TS7026: JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists. |
| 10 | +jsxEntityDecoderAfterNonEntityAmpersand.tsx(4,11): error TS7026: JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists. |
| 11 | +jsxEntityDecoderAfterNonEntityAmpersand.tsx(4,12): error TS2874: This JSX tag requires 'React' to be in scope, but it could not be found. |
| 12 | +jsxEntityDecoderAfterNonEntityAmpersand.tsx(4,27): error TS7026: JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists. |
| 13 | +jsxEntityDecoderAfterNonEntityAmpersand.tsx(5,11): error TS7026: JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists. |
| 14 | +jsxEntityDecoderAfterNonEntityAmpersand.tsx(5,12): error TS2874: This JSX tag requires 'React' to be in scope, but it could not be found. |
| 15 | +jsxEntityDecoderAfterNonEntityAmpersand.tsx(5,26): error TS7026: JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists. |
| 16 | + |
| 17 | + |
| 18 | +==== jsxEntityDecoderAfterNonEntityAmpersand.tsx (15 errors) ==== |
| 19 | + const a = <div>&&</div>; |
| 20 | + ~~~~~ |
| 21 | +!!! error TS7026: JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists. |
| 22 | + ~~~ |
| 23 | +!!! error TS2874: This JSX tag requires 'React' to be in scope, but it could not be found. |
| 24 | + ~~~~~~ |
| 25 | +!!! error TS7026: JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists. |
| 26 | + const b = <div>a&b&c&d<e</div>; |
| 27 | + ~~~~~ |
| 28 | +!!! error TS7026: JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists. |
| 29 | + ~~~ |
| 30 | +!!! error TS2874: This JSX tag requires 'React' to be in scope, but it could not be found. |
| 31 | + ~~~~~~ |
| 32 | +!!! error TS7026: JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists. |
| 33 | + const c = <div>&&</div>; |
| 34 | + ~~~~~ |
| 35 | +!!! error TS7026: JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists. |
| 36 | + ~~~ |
| 37 | +!!! error TS2874: This JSX tag requires 'React' to be in scope, but it could not be found. |
| 38 | + ~~~~~~ |
| 39 | +!!! error TS7026: JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists. |
| 40 | + const d = <div>&&&</div>; |
| 41 | + ~~~~~ |
| 42 | +!!! error TS7026: JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists. |
| 43 | + ~~~ |
| 44 | +!!! error TS2874: This JSX tag requires 'React' to be in scope, but it could not be found. |
| 45 | + ~~~~~~ |
| 46 | +!!! error TS7026: JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists. |
| 47 | + const e = <div>a&b&c&</div>; |
| 48 | + ~~~~~ |
| 49 | +!!! error TS7026: JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists. |
| 50 | + ~~~ |
| 51 | +!!! error TS2874: This JSX tag requires 'React' to be in scope, but it could not be found. |
| 52 | + ~~~~~~ |
| 53 | +!!! error TS7026: JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists. |
| 54 | + |
0 commit comments