fix: Fix React Ink rendering errors in CLI
- Fixed "Text string must be rendered inside <Text>" error - Combined emoji and message into single template string in ProgressDisplay - Fixed "Rendered more hooks than previous render" error - Moved useEffect hooks to top of component (before conditional returns) - Used boolean conversion (!!) for conditional rendering to avoid rendering 0 - All text content now properly wrapped in Text components
Loading
Please sign in to comment