Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(web): fix no matching export error #8550

Merged
merged 2 commits into from
Apr 27, 2024

Conversation

mgabor3141
Copy link
Contributor

@mgabor3141 mgabor3141 commented Apr 5, 2024

This error shows up when starting web

   ✘ [ERROR] No matching export in "../open-api/typescript-sdk/build/index.js" for import "default"
 
     src/lib/__mocks__/sdk.mock.ts:1:7:
       1 │ import sdk from '@immich/sdk';
         │        ~~~
         ╵        defaults

   Did you mean to import "defaults" instead?
 
     ../open-api/typescript-sdk/build/fetch-client.js:9:13:
       9 │ export const defaults = {
         ╵              ~~~~~~~~

Doesn't seem to have an effect though, which is all the more reason not to have it

@benmccann benmccann enabled auto-merge (squash) April 26, 2024 23:51
@benmccann benmccann merged commit 557f9d8 into immich-app:main Apr 27, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants