Error "in : Attempted to invoke callback with invalid id -xxxx" by figma.createImage I encountered an odd problem about using “figma.createImage” to create a image hash. I have 3000+ image urls, I want to fetch image data, then convert to image hash to display. When an error occurs, the console shows: "in :<unknow> Attempted to invoke callback with invalid id -xxxx". Are there any limitations on fetching images in Figma?this is call stack:It seems fine when image requests are fewer than 2,000, but when they exceed 2,000, errors often occur. code:interface ImageLoadTask { figmaElement: RectangleNode | FrameNode url: string width: number height: number transform?: number[] depth: