paint-by-text icon indicating copy to clipboard operation
paint-by-text copied to clipboard

Unhandled Runtime Error

Open tianhuzong opened this issue 1 year ago • 0 comments

TypeError: events.findLast is not a function pages/index.js (44:29) @ _callee$

42 | 43 | const prompt = e.target.prompt.value;

44 | const lastImage = events.findLast((ev) => ev.image)?.image; | ^ 45 | 46 | setError(null); 47 | setIsProcessing(true);

tianhuzong avatar Aug 12 '23 13:08 tianhuzong