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(challenges): preserve default challenge upgrade path when default structure changes
The answer-preserve logic in _setChallengesToDefaultIfNotDefined unconditionally
overwrote _defaultCommunityChallenges with the old stored answer, preventing
upgrades when the default challenge structure changed. Guard it with
_isDefaultChallengeStructure check, and re-assert _usingDefaultChallenge after
edit() since edit() recalculates it via _isDefaultChallengeStructure.
0 commit comments