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
Observed while testing #12312 - Deleting an unsaved section brings the user to a collapsed previous section which is confusing. There's a TypeError: Cannot read properties of undefined (reading 'questions') in the console.
Video:
Deleting.an.unsaved.section.mp4
Expected behavior
All the questions of the previous section should be visible.
Seems like we need to make sure to navigate to the previous section when this happens - I thought I had added logic for this, but perhaps it's not being properly triggered.
Observed behavior
Observed while testing #12312 - Deleting an unsaved section brings the user to a collapsed previous section which is confusing. There's a
TypeError: Cannot read properties of undefined (reading 'questions')
in the console.Video:
Deleting.an.unsaved.section.mp4
Expected behavior
All the questions of the previous section should be visible.
Steps to reproduce the issue
Usage Details
Windows 11, Ubuntu 22 - Chrome
The text was updated successfully, but these errors were encountered: