thread.interrupt()
static defaultProps = {
featureImage: "",
featureRatio: "16x9"
}
export const PostLazy = lazy<PostProps>(
(): any => import("../components/Post")
);
<PostLazy
featureImage={item.featureImage}
/>
Cannot create `PostLazy` element because property `featureRatio` is missing
in props [1] but exists in `PostProps` [2].