| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| @compiled_react@0.21.1 source code.tar.gz | 2026-04-30 | 1.4 MB | |
| @compiled_react@0.21.1 source code.zip | 2026-04-30 | 1.9 MB | |
| README.md | 2026-04-30 | 390 Bytes | |
| Totals: 3 Items | 3.3 MB | 0 | |
Patch Changes
- 9a805f7: Fix JSX namespace types compatibility with React 19.
CompiledJSX.LibraryManagedAttributesno longer delegates toReactJSXLibraryManagedAttributes, which caused a circular reference when used with React 19's@types/react. The type now directly intersects component props with{ key?: React.Key }, which works correctly for both React 18 and React 19.