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
import {Document} from '@contentful/rich-text-types'
even though none of my types needed it. In order to avoid TS errors without manual intervention (or a hack-y script to modify the file), I have to include the package @contentful/rich-text-types. Ideally, it would not automatically assume our schema includes RichText.
The text was updated successfully, but these errors were encountered:
The codegen'd file included
even though none of my types needed it. In order to avoid TS errors without manual intervention (or a hack-y script to modify the file), I have to include the package
@contentful/rich-text-types
. Ideally, it would not automatically assume our schema includes RichText.The text was updated successfully, but these errors were encountered: