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
If an error occurs before Adapt.course has loaded, the error message will be lost. Instead of returning early as per the changes in cb3d93f, the error handling should be delayed by adding:
if (!Data.isReady) await Data.whenReady();
The text was updated successfully, but these errors were encountered:
If an error occurs before
Adapt.course
has loaded, the error message will be lost. Instead of returning early as per the changes in cb3d93f, the error handling should be delayed by adding:The text was updated successfully, but these errors were encountered: