agent-ecosystem/test/renderer
iliya 47dac2e8b5 feat: migrate to React 19
Upgrade React 18.3.1 → 19.2.4 with full type compatibility.

Changes:
- react, react-dom → ^19.0.0
- @types/react, @types/react-dom → ^19.0.0
- lucide-react → ^0.577.0 (React 19 type fixes)
- @tiptap/* → ^3.20.4 (React 19 support)
- useRef calls now require explicit initial value (undefined)
- RefObject types updated for React 19 (includes null)
- MutableRefObject → RefObject (deprecated in 19)
- act() import moved from react-dom/test-utils to react
- Scoped JSX namespace imports added where needed
2026-03-24 17:11:55 +02:00
..
components feat: enhance team provisioning with member spawn auditing and improved error handling 2026-03-16 17:20:42 +02:00
constants feat: enhance cross-team messaging with new parameters and recipient handling 2026-03-10 15:40:42 +02:00
hooks feat: migrate to React 19 2026-03-24 17:11:55 +02:00
store refactor: enhance team provisioning process and UI updates 2026-03-21 16:47:20 +02:00
types feat: enhance editor file handling and task management features 2026-03-02 20:08:03 +02:00
utils fix: handle ENOENT error gracefully in file reading functions 2026-03-20 14:26:47 +02:00