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
On VSCode, sometimes all my TSX shows the following errror:
Type 'Element' is not assignable to type 'ReactNode'.
Property 'children' is missing in type 'VNode<any>' but required in type 'ReactPortal'.deno-ts(2322)
index.d.ts(378, 9): 'children' is declared here.
However, at runtime, everything is ok. This might be due to a config in my deno.json so here it is (I have a monorepo):
Version: Deno 2.0.6
On VSCode, sometimes all my TSX shows the following errror:
However, at runtime, everything is ok. This might be due to a config in my
deno.json
so here it is (I have a monorepo):My deno.json at the root of my project:
Inside my web folder:
The text was updated successfully, but these errors were encountered: