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 NPM package doesn't include the `connectLambda` function causing an error like:
```
✘ [ERROR] No matching export in "node_modules/@netlify/blobs/dist/main.js" for import "connectLambda"
netlify/functions/api.ts:4:8:
4 │ import {connectLambda} from '@netlify/blobs'
```
0 commit comments