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
if (this.featureImage === undefined) {
throw new Error("featureImage is undefined, did you forget to embed it?");
}
if (this.images === undefined) {
throw new Error("images is undefined, did you forget to embed it?");
}
Hope we can reduce some code for this.
The text was updated successfully, but these errors were encountered:
I see something like
Hope we can reduce some code for this.
The text was updated successfully, but these errors were encountered: