ncc icon indicating copy to clipboard operation
ncc copied to clipboard

[ImagePDM] TypeError: Cannot redefine property: _uid

Open wcwtitxu opened this issue 9 months ago • 0 comments

` const img = await new Promise((resolve, reject) => { ncc.createImage(src, resolve, reject); });

// ....

img._remote = null; // "TypeError: Cannot redefine property: _uid" file:ncc.ts; line: 1105

`

wcwtitxu avatar Jul 27 '25 07:07 wcwtitxu