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
Hi @AndrisBorbas
I have re-worked they way imports are generated. The PR is currently in review, maybe we want to have a look. Any comments are welcome :)
This import is never used as a value and must use 'import type' because 'importsNotUsedAsValues' is set to 'error'.ts(1371)
In the generated files it should import contentful only as a type because if 'importsNotUsedAsValues' is set to error then it produces an error.
Should be:
import type * as Contentful from "contentful";
The text was updated successfully, but these errors were encountered: