For background, I had selected for study some cards “not started” for the session. But I think it’s probably more relevant that I was deleting some words during the Blitz session. Buttons other than Continue still worked. I was able to produce this issue in two consecutive Blitz sessions like this.
Some errors in the console:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading ‘get’)
at Jc.pickContextIndex (PracticePageView.tsx:1110:29)
at Jc.nextCard (PracticePageView.tsx:1089:18)
at Object.handler (PracticePageView.tsx:225:16)
at Dc (keyboardShortcuts.ts:60:11)
at HTMLDocument. (keyboardShortcuts.ts:109:5)
at HTMLDocument.dispatch (jquery-1.12.4.min.js:3:12444)
at r.handle (jquery-1.12.4.min.js:3:9173)
at r._rollbar_wrapped.r._rollbar_wrapped (VM130 learn:34:2803)
PracticePageView.tsx:1110 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading ‘get’)
at Jc.pickContextIndex (PracticePageView.tsx:1110:29)
at Jc.nextCard (PracticePageView.tsx:1089:18)
at onClick (PracticePageView.tsx:914:41)
at HTMLButtonElement. (preact.module.js:8:24)
at t._rollbar_wrapped.t._rollbar_wrapped (rollbar.min.js:1:5022)
Thanks.