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
The issue occurs because the types from @types/react are not being picked up automatically. At the time of this writing Deno needs an additional comment on every react import to link the types:
+ // @ts-types="@types/react"
import { useEffect, useState } from 'react'
Version: Deno 2.1.6
deno check
errors where TS is totally fine:I would guess that the problem would be in ??
https://github.com/kuchta/radixverse/blob/3bda8826a84cfc6622ae856e20e0d6aa4a6de031/src/components/App.tsx#L56
The text was updated successfully, but these errors were encountered: