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
In #13060 I copied useLearningActivities into kolibri-common so that it could be used for metadata in Coach.
However, I did not go through the Learn plugin to change their references to the kolibri-common package, so there still remains useLearningActivities in the Learn plugin.
Acceptance criteria
All imports of useLearningActivities import the one from kolibri-common
Remove useLearningActivities from the Learn plugin
The text was updated successfully, but these errors were encountered:
Overview
In #13060 I copied useLearningActivities into
kolibri-common
so that it could be used for metadata in Coach.However, I did not go through the Learn plugin to change their references to the
kolibri-common
package, so there still remains useLearningActivities in the Learn plugin.Acceptance criteria
useLearningActivities
import the one fromkolibri-common
useLearningActivities
from the Learn pluginThe text was updated successfully, but these errors were encountered: