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
The way h5p-mongos3 makes importing individual classes impossible:
destructuring with import { MongoS3ContentStorage } from '@lumieducation/h5p-mongos3'; doesn't work. I think we have to remove the default export
The text was updated successfully, but these errors were encountered:
The way h5p-mongos3 makes importing individual classes impossible:
destructuring with
import { MongoS3ContentStorage } from '@lumieducation/h5p-mongos3';
doesn't work. I think we have to remove the default exportThe text was updated successfully, but these errors were encountered: