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
In documentation, in ADVANCED.md file, is written, that by default, the links will be resolved, and the ones that can't be resolved, will be treated as unresolved. And when checking the Entry in app, the links are resolved, but the return types are treating all links as unresolved.
Actual Behaviour
Here's the method I'm using for getting data from Contentful:
In documentation, in ADVANCED.md file, is written, that by default, the links will be resolved, and the ones that can't be resolved, will be treated as unresolved. And when checking the Entry in app, the links are resolved, but the return types are treating all links as unresolved.
So I can use something like:
But typescript will suggest that linedEntry is unresolved
If I use chain modifier, like
withoutLinkResolution
orwithoutUnresolvableLinks
the entry data is precisely the same as the types.Environment
The text was updated successfully, but these errors were encountered: