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
Fix course lookup in StaticDataLayerProvider by courseId
The provider was storing courses by dependency name (e.g., '@skuilder/course-<id>')
but getCourseDB() was looking them up by raw courseId. This caused 'Course not found'
errors when trying to access courses in static mode.
Now extracts courseId from manifest and uses it as the map key for both
courseUnpackers and manifests, ensuring consistent lookup.
0 commit comments