Big conversion back to MongoDB for the backend. #12
Annotations
10 errors and 2 warnings
test
Cannot find module 'database' or its corresponding type declarations.
|
test
Parameter 'record' implicitly has an 'any' type.
|
test
'"user-interface"' has no exported member named 'useCloudGallerySink'. Did you mean 'useLocalGallerySink'?
|
test
'"user-interface"' has no exported member named 'useCloudGallerySource'. Did you mean 'useLocalGallerySource'?
|
test
Module '"user-interface"' has no exported member 'useIndexeddbGallerySink'.
|
test
Module '"user-interface"' has no exported member 'useIndexeddbGallerySource'.
|
test
Cannot find module 'database' or its corresponding type declarations.
|
test
Argument of type '{ indexeddbSource: any; indexeddbSink: any; cloudSource: any; }' is not assignable to parameter of type '{ indexeddbDatabases: IIndexeddbDatabases; api: IApi; }'.
|
test
Argument of type '{ indexeddbSink: any; outgoingAssetUploadQueue: PersistentQueue<IAssetUploadRecord>; outgoingAssetUpdateQueue: PersistentQueue<IAssetUpdateRecord>; }' is not assignable to parameter of type 'IProps'.
|
test
Type '{ children: Element; cloudDatabases: any; cloudSource: any; cloudSink: any; indexeddbDatabases: IIndexeddbDatabases; indexeddbSource: any; indexeddbSink: any; localSource: IAssetSource; outgoingAssetUpdateQueue: PersistentQueue<...>; outgoingAssetUploadQueue: PersistentQueue<...>; }' is not assignable to type 'IntrinsicAttributes & IProps'.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|