radix-ui / primitives

Radix Primitives is an open-source UI component library for building high-quality, accessible design systems and web apps. Maintained by @workos.
https://radix-ui.com/primitives
MIT License
15.93k stars 833 forks source link

@radix-ui/react-tabs@1.1.1 has broken @types/react version #3223

Open marleypowell opened 1 week ago

marleypowell commented 1 week ago

Bug report

Current Behavior

error: Module not found "https://esm.sh/v135/@types/scheduler@0.23.0/tracing~.d.ts".
    at https://esm.sh/v135/@types/react@18.2.38/X-ZS9yZWFjdCxyZWFjdC1kb20/index.d.ts:9:53
│ │ │ │ │ ├─┬ https://esm.sh/v135/@radix-ui/react-tabs@1.1.1/X-ZS9yZWFjdCxyZWFjdC1kb20/dist/index.d.mts (3.13KB)
│ │ │ │ │ │ ├─┬ https://esm.sh/v135/@types/react@18.2.38/X-ZS9yZWFjdCxyZWFjdC1kb20/index.d.ts (156.15KB)
│ │ │ │ │ │ │ ├── https://esm.sh/v135/@types/react@18.2.38/X-ZS9yZWFjdCxyZWFjdC1kb20/global.d.ts (7.12KB)
│ │ │ │ │ │ │ ├── https://esm.sh/v135/csstype@3.1.3/index.d.ts (881.95KB)
│ │ │ │ │ │ │ ├── https://esm.sh/v135/@types/prop-types@15.7.12/index.d.ts (3.76KB)
│ │ │ │ │ │ │ └── https://esm.sh/v135/@types/scheduler@0.23.0/tracing~.d.ts (missing)

Expected behavior

Module is resolved properly.

Additional context

Found when using Deno.

v1.0.4 works fine.