lichess-org / lila

♞ lichess.org: the forever free, adless and open source chess server ♞
https://lichess.org
GNU Affero General Public License v3.0
15.52k stars 2.26k forks source link

Chessground console error after completing a section in Learn #15535

Closed fitztrev closed 1 month ago

fitztrev commented 4 months ago
  1. Visit https://lichess.org/learn#/3/5
  2. Open browser console
  3. Capture the stars to complete the step
  4. Click red "Back to menu" button in modal
Error: <line> attribute y2: Expected length, "NaN".
Error: <g> attribute transform: Expected number, "translate(NaN,NaN)".
fitztrev commented 1 month ago

Commenting out this line removes the console error https://github.com/lichess-org/lila/blob/8dd22bbc2725355c1c2866fde733c9f89fdfbb0a/ui/learn/src/levelCtrl.ts#L113

@brollin I'm not sure the best fix though