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
This is Typescript typing issue.
"contentful": "11.3.3",
import { Entry , EntrySkeletonType } from "contentful";
This should give me zero errors.
import { Entry , EntrySkeletonType } from "contentful"; // <-- Entry not found in 'contentful'
(or EntrySkeletonType not found in 'contentful')
I bet it's something related to Contentful version. When I roll back to 10.12.6 the error vanishes
10.12.6
import { Entry, EntrySkeletonType } from "contentful";
11.3.3
I'm building the types for my project and this is getting in the way :(
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is Typescript typing issue.
Expected Behavior
This should give me zero errors.
Actual Behavior
(or EntrySkeletonType not found in 'contentful')
Possible Solution
I bet it's something related to Contentful version. When I roll back to
10.12.6
the error vanishesSteps to Reproduce
10.12.6
import { Entry, EntrySkeletonType } from "contentful";
11.3.3
)Context
I'm building the types for my project and this is getting in the way :(
Environment
The text was updated successfully, but these errors were encountered: