| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| @compiled_react@0.21.2 source code.tar.gz | 2026-05-12 | 1.4 MB | |
| @compiled_react@0.21.2 source code.zip | 2026-05-12 | 1.9 MB | |
| README.md | 2026-05-12 | 629 Bytes | |
| Totals: 3 Items | 3.3 MB | 4 | |
Patch Changes
- 51925d5: Fix class component prop types under TypeScript 6.
ElementAttributesPropertyandElementChildrenAttributeare now declared as inline interfaces in theCompiledJSXnamespace rather than type aliases toJSX.ElementAttributesProperty/JSX.ElementChildrenAttribute. The aliases caused a circular reference when@compiled/reactis used asjsxImportSource(sinceJSXre-exportsCompiledJSX), which TypeScript 6 resolves differently — passing the class instance type toLibraryManagedAttributesinstead of the extracted props, making all class component props inaccessible in JSX.