rxjs-fruits icon indicating copy to clipboard operation
rxjs-fruits copied to clipboard

Bug report

Open cpprookie opened this issue 5 years ago • 1 comments

Steps to reproduce

  • Complete last level.
  • Click next button.
  • Open dev-tool and you will keep receiving errors.
rxjs-fruit-bug

cpprookie avatar Sep 27 '20 12:09 cpprookie

Logic broken here?

this.currentLevelIndex = this.nextUnsolvedLevelIndex();

nextUnsolvedLevelIndex will return undefined after all levels finished. Thus setting currentLevelIndex as undefined caused no valid level as correct reference.

cpprookie avatar Sep 28 '20 02:09 cpprookie