You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: prevent single component rejection from failing full resolution (#……125)
* fix: raceAllPerformance 컴포넌트 reject 전파 방지
- 개별 컴포넌트 Promise reject 시 timeout fallback으로 처리
- raceAllPerformance 동작 회귀 테스트 3건 추가
테스트: pnpm test -- src/utils/raceAll.test.ts 통과, pnpm exec jest --selectProjects dom 통과
* test: resolveClientComponents reject 회귀 테스트 추가
- 컴포넌트 1개 reject 시 전체가 실패하지 않는 동작 검증
- timeout fallback({timeout:'true'}) 포함 여부 검증
테스트: pnpm test -- src/utils/raceAll.test.ts src/functions/functions.test.ts 통과, pnpm exec jest --selectProjects dom 통과
* same fix for raceAll, version batch bump
---------
Co-authored-by: Dooyong KIM <dooyongkim@MacBook-Pro.local>
Co-authored-by: Ilkka Peltola <ilkkape@gmail.com>