Macbook 7272d58258 useAppSettings: loadStrategies await 중 cache null 반환 버그 수정
loadStrategies() await 중 invalidateAppSettingsCache() 호출로
_cache가 null로 초기화되면 ensureLoaded()가 null을 반환.
useAppSettings에서 null.displayTimezone 접근으로 TypeError 발생.

- ensureLoaded(): return _cache → return _cache ?? {}
- useAppSettings .then(): data 대신 data ?? {} 사용

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-02 04:05:06 +09:00
2026-05-25 20:23:54 +09:00
2026-05-28 20:48:28 +09:00
2026-05-28 16:24:14 +09:00
2026-05-31 23:25:52 +09:00
2026-05-28 14:44:19 +09:00
2026-05-31 03:47:07 +09:00
2026-05-25 06:41:45 +09:00
2026-05-28 20:48:28 +09:00
2026-05-23 15:11:48 +09:00
2026-05-23 15:11:48 +09:00
2026-05-23 15:11:48 +09:00
2026-05-28 14:44:19 +09:00
2026-05-23 15:11:48 +09:00
2026-05-31 03:47:07 +09:00
2026-05-23 15:11:48 +09:00
2026-05-28 14:44:19 +09:00
2026-05-27 23:36:48 +09:00
2026-05-23 15:11:48 +09:00
S
Description
GoldenChart HFT (migrated from ADATA bare repo)
217 MiB
Languages
Java 63.5%
TypeScript 28%
CSS 6%
Shell 1.6%
Kotlin 0.4%
Other 0.3%