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
I've all my dependencies updated to the latest versions (react-placeholder, typescript, tslint, ...) and only since the last npm i I ran I get this error on all the jsx instances of ReactPlaceholder:
(alias) class ReactPlaceholder
import ReactPlaceholder
Type '{ children: Element; type: "text"; rows: number; ready: boolean; showLoadingAnimation: true; className: any; }' is missing the following properties from type 'Pick<Pick<(Readonly<CommonProps & { type: "rect" | "text" | "media" | "textRow" | "round"; rows?: number; color?: string; showLoadingAnimation?: boolean; customPlaceholder?: undefined; }> & Readonly<...>) | (Readonly<...> & Readonly<...>), "children" | ... 9 more ... | "customPlaceholder"> & Pick<...> & Pick<...>, "...': style, firstLaunchOnly, customPlaceholder
ts(2739)
I've all my dependencies updated to the latest versions (react-placeholder, typescript, tslint, ...) and only since the last
npm i
I ran I get this error on all the jsx instances of ReactPlaceholder:an example of one of my components it's like:
this TS error is a blocker e.g. Jest would break
The text was updated successfully, but these errors were encountered: