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
error: TS7026 [ERROR]: JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.
<div>
~~~~~
at file:///Users/satouakifumi/work/git/demo/deno-http/App.tsx:5:3
TS7026 [ERROR]: JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.
<h1>Hello DenoLand!</h1>
~~~~
at file:///Users/satouakifumi/work/git/demo/deno-http/App.tsx:6:5
TS7026 [ERROR]: JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.
<h1>Hello DenoLand!</h1>
~~~~~
at file:///Users/satouakifumi/work/git/demo/deno-http/App.tsx:6:24
TS7026 [ERROR]: JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.
</div>
~~~~~~
at file:///Users/satouakifumi/work/git/demo/deno-http/App.tsx:7:3
Found 4 errors.
The text was updated successfully, but these errors were encountered:
deno: v1.0.0
MacOS: 10.14.6
It works by importing React from URL and specifying
@ deno-types
.However, if you specify React in the import map, a compile error will occur.
console
The text was updated successfully, but these errors were encountered: