v3.74.4
trycompai/compv3.74.4Jun 10, 2026by claudfuen
AI Summary
This is a patch release focused on fixing two issues in the framework-editor component. The update removes the @vitejs/plugin-react from the vitest configuration and prevents the silent loss of new requirements and controls, which was a bug where user input could disappear without warning.
Key Highlights
- Removed @vitejs/plugin-react from vitest configuration in framework-editor
- Fixed silent loss of bug where new requirements and controls would disappear without warning
- Both fixes are specific to the framework-editor component
- This is a patch release (v3.74.4) with only bug fixes
Full Release Notes
## [3.74.4](https://github.com/trycompai/comp/compare/v3.74.3...v3.74.4) (2026-06-10) ### Bug Fixes * **framework-editor:** drop @vitejs/plugin-react from vitest config ([716205c](https://github.com/trycompai/comp/commit/716205c3e63f7d6595ee0b82d5976ff1059e6726)) * **framework-editor:** prevent silent loss of new requirements and controls ([e231fcc](https://github.com/trycompai/comp/commit/e231fcc31d16d1e561574f41309784aa8086f3b3))