ncc
ncc copied to clipboard
[ImagePDM] TypeError: Cannot redefine property: _uid
` 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
`