Steve Durham
Steve Durham
Thanks for reporting an issue! Spend 60 seconds reading this... 1. Before reporting, try reproducing against the latest version of NWJS. 2. Issue tracker is only for bugs and feature...
I'm not sure the correct fix, but this worked for me in: /node_modules/@projectstorm/react-diagrams-defaults/dist/link/DefaultLinkSegmentWidget.js const key = `${Bottom.key}-top`; // Give the duplicated item a unique key const Top = React.cloneElement(Bottom, Object.assign({...
Need to add a "const " in front of that first localPath usage. This is the patch I'm using for my own code: package.json: ``` "dependencies": { "adm-zip": "patch:adm-zip@npm%3A0.5.16#~/.yarn/patches/adm-zip-npm-0.5.16-4556fea098.patch", ......