contentful / create-contentful-app

Bootstrap a Contentful App

Home Page:https://contentful.com/developers/docs/extensibility/app-framework/create-contentful-app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New create-contentful-app is not compiling due to type errors

stefanjudis opened this issue Β· comments

Hey friends, I justcreated a fresh app using npx create-contentful-app init contentful-markdown-display. When I now run npm start I see the following. πŸ‘‡

image

image

It looks like some typings are incompatible after the UI extension update that happened yday?

Thanks a bunch for looking into this! πŸ™‡β€β™‚οΈ

Update

I can confirm that backporting of the extensions sdk from 3.23.1 to 3.23.0 in the package.son ("contentful-ui-extensions-sdk": "3.23.0",) fixes the typing error. :)

fixed in #72