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
Thanks for an amazing app. Unfortunately, it broke on moving to a new stage. The error displayed is:
TypeError: Cannot read properties of undefined (reading 'StageStartDate')
The code raising the issue is var activeStageStartDate = Date.parse(matchStages[activeStageMatchNumber].StageStartDate);
Logging activeStageMatchNumber to the console gives 17 which is beyond the index of matchStages.
Any way to solve this, or am I getting it wrong somewhere?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Thanks for an amazing app. Unfortunately, it broke on moving to a new stage. The error displayed is:
TypeError: Cannot read properties of undefined (reading 'StageStartDate')
The code raising the issue is
var activeStageStartDate = Date.parse(matchStages[activeStageMatchNumber].StageStartDate);
Logging
activeStageMatchNumber
to the console gives 17 which is beyond the index ofmatchStages
.Any way to solve this, or am I getting it wrong somewhere?
Thanks in advance.
The text was updated successfully, but these errors were encountered: