We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get this error when trying to import imglybackgroundRemoval:
[{ "resource": "/my-app-4/src/App.tsx", "owner": "typescript", "code": "2349", "severity": 8, "message": "This expression is not callable.\n Type 'typeof import("f:/Futgraphics/Card-Creator-v2/my-app-4/node_modules/@imgly/background-removal/dist/src/index")' has no call signatures.", "source": "ts", "startLineNumber": 2526, "startColumn": 34, "endLineNumber": 2526, "endColumn": 56 }]
I import it like this: import imglybackgroundRemoval from '@imgly/background-removal';
The text was updated successfully, but these errors were encountered:
Which version are you using? Can you try to use a previous version?
Sorry, something went wrong.
No branches or pull requests
I get this error when trying to import imglybackgroundRemoval:
[{
"resource": "/my-app-4/src/App.tsx",
"owner": "typescript",
"code": "2349",
"severity": 8,
"message": "This expression is not callable.\n Type 'typeof import("f:/Futgraphics/Card-Creator-v2/my-app-4/node_modules/@imgly/background-removal/dist/src/index")' has no call signatures.",
"source": "ts",
"startLineNumber": 2526,
"startColumn": 34,
"endLineNumber": 2526,
"endColumn": 56
}]
I import it like this: import imglybackgroundRemoval from '@imgly/background-removal';
The text was updated successfully, but these errors were encountered: