mirror of
https://github.com/patdelphi/suanming.git
synced 2026-02-28 05:33:11 +08:00
- Fixed React Hooks rules violation in CompleteBaziAnalysis component - Moved useEffect after input validation to prevent conditional Hook calls - Added useCallback to fetchAnalysisData function for proper dependency management - Resolved ESLint warnings about missing dependencies - Ensured all Hooks are called in the same order on every render - Improved component structure for better error handling